|
|
|
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(TCallBack &)Sets the specified callback.TDeltaTimerEntry()Default constructor. TDeltaTimerEntry(TCallBack &)Constructor specifying a general callback.CDeltaTimerA queue of timed events.inline TDeltaTimerEntry(TCallBack &aCallback);
Constructor specifying a general callback.
|
inline void Set(TCallBack &aCallback);
Sets the specified callback.
|