#include <UniEvent/Timer.h>
Inheritance diagram for strmod::unievent::Timer::absolute_t:

Public Methods | |
| absolute_t (time_t time_param, unsigned long secs=0, lcore::U4Byte nanosecs=0) | |
| absolute_t (time_t time_param, const interval_t &interval) | |
Public Attributes | |
| time_t | time |
| The OSes idea of an absolute time. | |
Friends | |
| bool | operator< (const absolute_t &a, const absolute_t &b) |
| bool | operator== (const absolute_t &a, const absolute_t &b) |
| const interval_t | operator- (const absolute_t &a, const absolute_t &b) |
| const absolute_t | operator+ (const absolute_t &a, const interval_t &b) |
Definition at line 93 of file Timer.h.
1.3-rc1