mongo::ShardChunkVersion Struct Reference
#include <util.h>
List of all members.
Detailed Description
Definition at line 31 of file util.h.
Constructor & Destructor Documentation
mongo::ShardChunkVersion::ShardChunkVersion |
( |
int |
major = 0 , |
|
|
int |
minor = 0 | |
|
) |
| | [inline] |
mongo::ShardChunkVersion::ShardChunkVersion |
( |
unsigned long long |
ll |
) |
[inline] |
mongo::ShardChunkVersion::ShardChunkVersion |
( |
const BSONElement & |
e |
) |
[inline] |
Member Function Documentation
void mongo::ShardChunkVersion::inc |
( |
bool |
major |
) |
[inline] |
void mongo::ShardChunkVersion::incMajor |
( |
|
) |
[inline] |
void mongo::ShardChunkVersion::incMinor |
( |
|
) |
[inline] |
bool mongo::ShardChunkVersion::isSet |
( |
|
) |
const [inline] |
int mongo::ShardChunkVersion::majorVersion |
( |
|
) |
const [inline] |
int mongo::ShardChunkVersion::minorVersion |
( |
|
) |
const [inline] |
mongo::ShardChunkVersion::operator unsigned long long |
( |
|
) |
const [inline] |
unsigned long long mongo::ShardChunkVersion::toLong |
( |
|
) |
const [inline] |
string mongo::ShardChunkVersion::toString |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: