|
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.
References max().
Referenced by max().
Definition at line 93 of file DelayQueue.hh.
References min().
Referenced by min().
| DelayInterval operator* | ( | short | arg1, |
| DelayInterval const & | arg2 ) |
References DELAY_DAY, DELAY_HOUR, DELAY_MINUTE, DELAY_SECOND, DELAY_ZERO, and operator*().
Referenced by operator*().
| class DelayInterval operator- | ( | Timeval const & | arg1, |
| Timeval const & | arg2 ) |
| _EventTime TimeNow | ( | ) |
References THE_END_OF_TIME, and TimeNow().
Referenced by TimeNow().
|
extern |
Referenced by operator*().
|
extern |
Referenced by operator*().
|
extern |
Referenced by operator*().
|
extern |
Referenced by operator*().
|
extern |
Referenced by operator*().
|
extern |
Referenced by TimeNow().