![]() |
Cytopia
0.3
A city building simulation game
|
Template structure provide base for different clock tasks. More...
Public Member Functions | |
ClockTask (ClockCbk cbk, Time delay, Duration period, ClockTaskHndl hndl) | |
bool | operator== (const ClockTask &task2) const |
bool | operator> (const ClockTask &task2) const |
Public Attributes | |
ClockCbk | callback |
Time | m_waketime |
Duration | m_period |
ClockTaskHndl | hndl |
Template structure provide base for different clock tasks.
Definition at line 112 of file GameClock.hxx.
|
inlineexplicit |
Definition at line 119 of file GameClock.hxx.
|
inline |
Definition at line 124 of file GameClock.hxx.
|
inline |
Definition at line 125 of file GameClock.hxx.
ClockCbk GameClock::ClockTask< Time, Duration >::callback |
Definition at line 114 of file GameClock.hxx.
ClockTaskHndl GameClock::ClockTask< Time, Duration >::hndl |
Definition at line 117 of file GameClock.hxx.
Duration GameClock::ClockTask< Time, Duration >::m_period |
Definition at line 116 of file GameClock.hxx.
Time GameClock::ClockTask< Time, Duration >::m_waketime |
Definition at line 115 of file GameClock.hxx.