Choreonoid
1.8
|
#include <Timeval.h>
Public Member Functions | |
Timeval () | |
Timeval (long sec, long usec) | |
Timeval (long long usec) | |
operator long long () const | |
Timeval & | operator+= (Timeval rhs) |
Timeval & | operator-= (Timeval rhs) |
Timeval & | operator%= (Timeval rhs) |
Friends | |
Timeval | operator+ (Timeval x, Timeval y) |
Timeval | operator- (Timeval x, Timeval y) |
Timeval | operator% (Timeval x, Timeval y) |
bool | operator== (Timeval x, Timeval y) |
bool | operator< (Timeval x, Timeval y) |
bool | operator!= (Timeval x, Timeval y) |
bool | operator> (Timeval x, Timeval y) |
bool | operator<= (Timeval x, Timeval y) |
bool | operator>= (Timeval x, Timeval y) |
std::ostream & | operator<< (std::ostream &os, Timeval x) |
A class like the timeval struct used with the gettimeofday function. The following definition is based on the xtime class, which is an example presented by the documentation of the boost.chrono library.
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
friend |