#include <Timestamp.h>
Public Member Functions | |
Timestamp () | |
Timestamp (long sec, long usec) | |
Timestamp (const timeval &t) | |
Timestamp & | operator+= (const Timestamp &rhs) |
Timestamp | operator- (const Timestamp &rhs) const |
Timestamp & | operator-= (const Timestamp &t) |
bool | operator== (const Timestamp &t) const |
bool | operator< (const Timestamp &t) const |
bool | operator> (const Timestamp &t) const |
long long | to_usecs () const |
long long | to_msecs () const |
timeval | to_timeval () const |
const string | as_string () const |
Static Public Member Functions | |
Timestamp | now () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|