Location:
e32std.h
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 list
TDblQueLink
- An object embedded within a class T so that objects of type T can form part of a doubly linked list
TTickCountQueLink
- 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
Defined in TTickCountQueLink
:
iTickCount
Inherited from TDblQueLink
:
Deque()
Inherited from TDblQueLinkBase
:
AddBefore()
,
Enque()
,
iNext
,
iPrev
TUint iTickCount;
The tick count.