|
signed | getSecs () const |
|
| OpTime (Date_t date) |
|
| OpTime (ReplTime x) |
|
| OpTime (signed a, unsigned b) |
| Constructor.
|
|
long long | asDate () const |
|
long long | asLL () const |
|
bool | isNull () const |
|
string | toStringLong () const |
|
string | toStringPretty () const |
|
string | toString () const |
|
bool | operator== (const OpTime &r) const |
|
bool | operator!= (const OpTime &r) const |
|
bool | operator< (const OpTime &r) const |
|
bool | operator<= (const OpTime &r) const |
|
bool | operator> (const OpTime &r) const |
|
bool | operator>= (const OpTime &r) const |
|
|
static void | setLast (const Date_t &date) |
|
static OpTime | now () |
|
bson::OpTime::OpTime |
( |
signed |
a, |
|
|
unsigned |
b |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
a | seconds since epoch. |
b | microseconds in range of [0us, 999999us]. |
The documentation for this class was generated from the following file: