mongo::ChunkCmp Class Reference
#include <chunk.h>
List of all members.
Detailed Description
Definition at line 376 of file chunk.h.
Constructor & Destructor Documentation
mongo::ChunkCmp::ChunkCmp |
( |
const BSONObj & |
order = BSONObj() |
) |
[inline] |
Member Function Documentation
bool mongo::ChunkCmp::operator() |
( |
const shared_ptr< ChunkRange > |
l, |
|
|
const shared_ptr< ChunkRange > |
r | |
|
) |
| | const [inline] |
bool mongo::ChunkCmp::operator() |
( |
const ptr< Chunk > |
l, |
|
|
const ptr< Chunk > |
r | |
|
) |
| | const [inline] |
bool mongo::ChunkCmp::operator() |
( |
const Chunk & |
l, |
|
|
const Chunk & |
r | |
|
) |
| | const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: