#include <time.hpp>
Additional Inherited Members | |
![]() | |
UtcDuration | getAbs () const |
bool | isNegative () const |
bool | isPositive () const |
bool | isZero () const |
bool | operator!= (const UtcDuration &r) const |
UtcDuration | operator* (Scale scale) const |
UtcDuration & | operator*= (Scale scale) |
UtcDuration | operator+ (const UtcDuration &r) const |
UtcDuration & | operator+= (const UtcDuration &r) |
UtcDuration | operator- () const |
UtcDuration | operator- (const UtcDuration &r) const |
UtcDuration & | operator-= (const UtcDuration &r) |
bool | operator< (const UtcDuration &r) const |
bool | operator<= (const UtcDuration &r) const |
bool | operator== (const UtcDuration &r) const |
bool | operator> (const UtcDuration &r) const |
bool | operator>= (const UtcDuration &r) const |
int64_t | toMSec () const |
void | toString (char buf[StringBufSize]) const |
Prints time in seconds with microsecond resolution. More... | |
int64_t | toUSec () const |
![]() | |
static UtcDuration | fromMSec (int64_t ms) |
static UtcDuration | fromUSec (int64_t us) |
static UtcDuration | getInfinite () |
![]() | |
static const unsigned | StringBufSize |
![]() | |
DurationBase () | |
~DurationBase () | |