#include <CTimerEvent.h>
#include <list>
Go to the source code of this file.
Compounds | |
class | CTimer |
Typedefs | |
typedef list< CTimedEvent * > | TimerList |
List of timed events. | |
typedef list< CTimedEvent * >::iterator | TimerListIterator |
Iterator to timed event lists. |
|
List of timed events.
Definition at line 310 of file CTimer.h. Referenced by CTimer::getTimerList(). |
|
Iterator to timed event lists.
Definition at line 311 of file CTimer.h. Referenced by CTimer::begin(), CTimer::end(), CTimer::OnTimer(), and CTimer::Reset(). |