TTickCountQue Class Reference

class TTickCountQue : public TDblQueBase

A class that provides the behaviour for managing a doubly linked list in which elements are added in order of the time until their tick count.

A common use for a list of this type is as a queue of timed events, where the tick counts are the expiry times of the events.

The tick count is defined by the value of the TTickCountQueLink::iTickCount member of the link element.

TTickCountQueLink

TTickCountQueLink::iTickCount

Inherits from

Constructor & Destructor Documentation

TTickCountQue()

TTickCountQue()

Member Functions Documentation

Add(TTickCountQueLink &)

voidAdd(TTickCountQueLink &aRef)

Parameters

TTickCountQueLink & aRef

First()

TTickCountQueLink *First()const

RemoveFirst()

TTickCountQueLink *RemoveFirst()

RemoveFirst(TUint)

TTickCountQueLink *RemoveFirst(TUintaTickCount)

Parameters

TUint aTickCount