|
|
|
|
Location:
e32std.h
class TPriQueLink : public TDblQueLink;
An object embedded within a class T so that objects of type T can form part of an ordered doubly linked list.
Objects are added to the doubly linked list in descending priority order.
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
TPriQueLink - An object embedded within a class T so that objects of type T can form part of an ordered doubly linked list
Defined in TPriQueLink:
iPriority
Inherited from TDblQueLink:
Deque()
Inherited from TDblQueLinkBase:
AddBefore(),
Enque(),
iNext,
iPrev
TInt iPriority;
The priority value.
Objects are added to the doubly linked list in descending order of this value.