A wrapper for the operating system's timeval structure
A wrapper for the operating system's timeval structure.
TimeVal(milliseconds_t)
TimeVal(const timeval &)
virtual ~TimeVal()
TimeVal& operator=(const timeval &)
const TimeVal& now()
milliseconds_t milliseconds()
TimeVal operator+(const timeval &)
TimeVal operator+(milliseconds_t)
TimeVal& operator+=(const timeval &)
TimeVal& operator+=(milliseconds_t)
TimeVal operator-(const timeval &)
TimeVal operator-(milliseconds_t)
TimeVal& operator-=(const timeval &)
TimeVal& operator-=(milliseconds_t)
bool operator==(const timeval &)
bool operator< (const timeval &)
void clear()
void copy(const timeval &)
void normalize()
generated by doc++