|
||
class TTickCountQueLink : public TDblQueLink;
An object embedded within a class T so that objects of type T can form part of a doubly linked list sorted by tick count.
TDblQueLinkBase
- A base class that provides implementation for the link object of a doubly linked...
TDblQueLink
- ...
TTickCountQueLink
- ...
Defined in TTickCountQueLink
:
iTickCount
The tick count.Inherited from TDblQueLink
:
Deque()
Removes this link object from the doubly linked list.Inherited from TDblQueLinkBase
:
AddBefore(TDblQueLinkBase *)
Inserts this link object before the specified link object.Enque(TDblQueLinkBase *)
Inserts this link object after the specified link object.iNext
A pointer to the next link object in the list.iPrev
A pointer to the previous link object in the list.TUint iTickCount;
The tick count.