this is a queue to which Timer objects can be added More...
#include <timer.h>

Public Member Functions | |
| virtual void | addTimer (IN qword_t usFromNow, IN smart_ptr< Timer > &timer)=0 |
| add a timer which will go off in usFromNow microseconds | |
| virtual void | setTime (IN qword_t usSinceEpoch)=0 throw () |
| update the current time of the Queue object | |
| virtual void | checkTimers (IN qword_t usSinceEpoch)=0 |
| check all timers, given the current time. | |
|
| |
| virtual | ~Queue (void) throw () |
| static smart_ptr< Queue > | create (void) |
this is a queue to which Timer objects can be added
Definition at line 94 of file timer.h.
1.7.1