Location:
e32base.h
class TDeltaTimerEntry;
A timed event entry.
An object of this type is added to a queue of timed events, as represented by a CDeltaTimer
object. It represents a call back function that is called when the associated timed event expires.
Defined in TDeltaTimerEntry
:
Set()
, TDeltaTimerEntry()
, TDeltaTimerEntry()
inline TDeltaTimerEntry(TCallBack &aCallback);
Constructor specifying a general callback.
|
inline void Set(TCallBack &aCallback);
Sets the specified callback.
|