Public Member Functions

timer::Queue Class Reference
[Simple Timer Queue]

this is a queue to which Timer objects can be added More...

#include <timer.h>

Inheritance diagram for timer::Queue:
Inheritance graph
[legend]

List of all members.

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< Queuecreate (void)

Detailed Description

this is a queue to which Timer objects can be added

Definition at line 94 of file timer.h.


Constructor & Destructor Documentation

timer::Queue::~Queue ( void   )  throw () [virtual]

Definition at line 43 of file timer.cpp.


The documentation for this class was generated from the following files: