Public Member Functions | |
| TimeVal () | |
| TimeVal (double d) | |
| TimeVal (int i) | |
| TimeVal (const TimeVal &tv) | |
| TimeVal (const timeval &tv) | |
| TimeVal | operator+ (const TimeVal &tv) const |
| TimeVal | operator- (const TimeVal &tv) const |
| TimeVal & | operator+= (const TimeVal &tv) |
| TimeVal & | operator-= (const TimeVal &tv) |
| TimeVal & | operator= (const TimeVal &tv) |
| TimeVal & | operator/= (double d) |
| TimeVal | operator/ (double d) const |
| bool | operator== (const TimeVal &tv) const |
| bool | operator< (const TimeVal &tv) const |
| bool | operator> (const TimeVal &tv) const |
| double | us () const |
| double | ms () const |
| double | s () const |
| double | m () const |
| double | h () const |
| void | clear () |
| void | set (const timeval &) |
Public Attributes | |
| long | tv_sec |
| long | tv_usec |
Definition at line 89 of file timer_internal_gathering.hh.
1.5.2