#include <_clock_gettimeofday.h>
Public Member Functions | |
| timestamp () | |
| timestamp | operator- (const timestamp &rhs) const |
| timestamp | operator+ (timestamp rhs) const |
| bool | operator< (const timestamp &rhs) const |
| bool | operator== (const timestamp &rhs) const |
| bool | operator!= (const timestamp &rhs) const |
Private Member Functions | |
| timestamp (int sec, int usec) | |
Friends | |
| class | clock_desc_gettimeofday |
Definition at line 65 of file _clock_gettimeofday.h.
| clock_desc_gettimeofday::timestamp::timestamp | ( | int | sec, | |
| int | usec | |||
| ) | [inline, private] |
Definition at line 67 of file _clock_gettimeofday.h.
| clock_desc_gettimeofday::timestamp::timestamp | ( | ) | [inline] |
Definition at line 72 of file _clock_gettimeofday.h.
Definition at line 75 of file _clock_gettimeofday.h.
Definition at line 90 of file _clock_gettimeofday.h.
| bool clock_desc_gettimeofday::timestamp::operator< | ( | const timestamp & | rhs | ) | const [inline] |
Definition at line 104 of file _clock_gettimeofday.h.
| bool clock_desc_gettimeofday::timestamp::operator== | ( | const timestamp & | rhs | ) | const [inline] |
Definition at line 107 of file _clock_gettimeofday.h.
| bool clock_desc_gettimeofday::timestamp::operator!= | ( | const timestamp & | rhs | ) | const [inline] |
Definition at line 110 of file _clock_gettimeofday.h.
friend class clock_desc_gettimeofday [friend] |
Definition at line 70 of file _clock_gettimeofday.h.
1.5.2