Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32std.h

Class TPriQueLink

class TPriQueLink : public TDblQueLink;

Description

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.

Derivation

Members

Defined in TPriQueLink:
iPriority

Inherited from TDblQueLink:
Deque()

Inherited from TDblQueLinkBase:
AddBefore(), Enque(), iNext, iPrev


Member data


iPriority

TInt iPriority;

Description

The priority value.

Objects are added to the doubly linked list in descending order of this value.