live
|
#include "NetCommon.h"
Go to the source code of this file.
Data Structures | |
class | Timeval |
class | DelayInterval |
class | _EventTime |
class | DelayQueueEntry |
class | DelayQueue |
Typedefs | |
typedef long | time_base_seconds |
Functions | |
Timeval | max (Timeval const &arg1, Timeval const &arg2) |
Timeval | min (Timeval const &arg1, Timeval const &arg2) |
class DelayInterval | operator- (Timeval const &arg1, Timeval const &arg2) |
DelayInterval | operator* (short arg1, DelayInterval const &arg2) |
_EventTime | TimeNow () |
Variables | |
DelayInterval const | DELAY_ZERO |
DelayInterval const | DELAY_SECOND |
DelayInterval const | DELAY_MINUTE |
DelayInterval const | DELAY_HOUR |
DelayInterval const | DELAY_DAY |
_EventTime const | THE_END_OF_TIME |
typedef long time_base_seconds |
Definition at line 30 of file DelayQueue.hh.
Definition at line 88 of file DelayQueue.hh.
Definition at line 93 of file DelayQueue.hh.
DelayInterval operator* | ( | short | arg1, |
DelayInterval const & | arg2 | ||
) |
class DelayInterval operator- | ( | Timeval const & | arg1, |
Timeval const & | arg2 | ||
) |
_EventTime TimeNow | ( | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |