#include <MNTimerEntry.h>
Collaboration diagram for TimerMap:
Public Member Functions | |
TimerMap () | |
~TimerMap () | |
bool | del (TimerCallBase *k) |
bool | insert (const timer_entry_t &i) |
bool | get (timer_entry_t &t) |
bool | peek_next_timeout (struct timeval &t) |
void | clear () |
|
|
|
|
|
|
|
Delete an entries from the timer list.
|
|
Destructive get of the first entry in the timer list.
|
|
Insert a new timer.
|
|
Non-destructive lookup of the next timeout that is listed.
|