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.
Public Member Functions | |
---|---|
TDeltaTimerEntry(const TCallBack &) | |
TDeltaTimerEntry() | |
void | Set(TCallBack &) |
Private Attributes | |
---|---|
TCallBack | iCallBack |
TTickCountQueLink | iLink |
TDeltaTimerEntry | ( | const TCallBack & | aCallback | ) | [inline] |
Constructor specifying a general callback.
const TCallBack & aCallback | The callback to be called when this timed event entry expires. |
void | Set | ( | TCallBack & | aCallback | ) | [inline] |
Sets the specified callback.
TCallBack & aCallback | The callback to be called when this timed event entry expires. |