TDeltaTimerEntry Class Reference

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.

CDeltaTimer

Public Member Functions
TDeltaTimerEntry(const TCallBack &)
TDeltaTimerEntry()
voidSet(TCallBack &)
Private Attributes
TCallBack iCallBack
TTickCountQueLink iLink

Constructor & Destructor Documentation

TDeltaTimerEntry(const TCallBack &)

TDeltaTimerEntry(const TCallBack &aCallback)[inline]

Constructor specifying a general callback.

Parameters

const TCallBack & aCallbackThe callback to be called when this timed event entry expires.

TDeltaTimerEntry()

TDeltaTimerEntry()[inline]

Default constructor.

Member Functions Documentation

Set(TCallBack &)

voidSet(TCallBack &aCallback)[inline]

Sets the specified callback.

Parameters

TCallBack & aCallbackThe callback to be called when this timed event entry expires.

Member Data Documentation

TCallBack iCallBack

TCallBack iCallBack[private]

TTickCountQueLink iLink

TTickCountQueLink iLink[private]