#include <timers.hh>
Collaboration diagram for TimerEntry:

Public Member Functions | |
| TimerEntry (handle hdl, int timeout, TimerCallback *cb) | |
| ~TimerEntry () | |
Public Attributes | |
| handle | hdl_ |
| int | timeout_ |
| TimerCallback * | cb_ |
|
||||||||||||||||
|
Definition at line 80 of file timers.hh. References cb_, hdl_, and timeout_.
|
|
|
Definition at line 82 of file timers.hh.
00082 {};
|
|
|
Definition at line 78 of file timers.hh. Referenced by TimerManager::executeNextTimer(), and TimerEntry(). |
|
|
Definition at line 76 of file timers.hh. Referenced by TimerManager::addTimer(), TimerManager::executeNextTimer(), and TimerEntry(). |
|
|
Definition at line 77 of file timers.hh. Referenced by TimerManager::executeNextTimer(), and TimerEntry(). |
1.3.3