|
MythTV
0.26-pre
|
Go to the source code of this file.
Functions | |
| DelayInterval | operator- (const Timeval &arg1, const Timeval &arg2) |
| DelayInterval | operator* (short arg1, const DelayInterval &arg2) |
| const DelayInterval | DELAY_ZERO (0, 0) |
| const DelayInterval | DELAY_SECOND (1, 0) |
| const DelayInterval | ETERNITY (INT_MAX, MILLION-1) |
| EventTime | TimeNow () |
| DelayInterval | TimeRemainingUntil (const EventTime &futureEvent) |
| const EventTime | THE_END_OF_TIME (INT_MAX) |
Variables | |
| static const int | MILLION = 1000000 |
| DelayInterval operator- | ( | const Timeval & | arg1, |
| const Timeval & | arg2 | ||
| ) |
Definition at line 52 of file DelayQueue.cpp.
| DelayInterval operator* | ( | short | arg1, |
| const DelayInterval & | arg2 | ||
| ) |
Definition at line 69 of file DelayQueue.cpp.
| const DelayInterval DELAY_ZERO | ( | 0 | , |
| 0 | |||
| ) |
Referenced by operator-().
| const DelayInterval DELAY_SECOND | ( | 1 | , |
| 0 | |||
| ) |
| EventTime TimeNow | ( | ) |
Definition at line 212 of file DelayQueue.cpp.
Referenced by TimeRemainingUntil().
| DelayInterval TimeRemainingUntil | ( | const EventTime & | futureEvent | ) |
Definition at line 220 of file DelayQueue.cpp.
| const EventTime THE_END_OF_TIME | ( | INT_MAX | ) |
Definition at line 24 of file DelayQueue.cpp.
Referenced by operator*(), and operator-().
1.7.6.1