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

Constructor & Destructor Documentation

TDeltaTimerEntry(const TCallBack &)

TDeltaTimerEntry ( const TCallBack & aCallback ) [inline]

Constructor specifying a general callback.

Parameters

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

TDeltaTimerEntry()

TDeltaTimerEntry ( ) [inline]

Default constructor.

Member Functions Documentation

Set(TCallBack &)

void Set ( TCallBack & aCallback ) [inline]

Sets the specified callback.

Parameters

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

Member Data Documentation

TCallBack iCallBack

TCallBack iCallBack [private]

TTickCountQueLink iLink

TTickCountQueLink iLink [private]