|
|
|
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...
TDblQueLink - ...
TPriQueLink - ...
Defined in TPriQueLink:
iPriorityThe priority value.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.iNextA pointer to the next link object in the list.iPrevA pointer to the previous link object in the list.TInt iPriority;
The priority value.
Objects are added to the doubly linked list in descending order of this value.