| 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.
| Inherited Functions | |
|---|---|
| TDblQueLink::Deque() | |
| TDblQueLinkBase::AddBefore(TDblQueLinkBase *) | |
| TDblQueLinkBase::Enque(TDblQueLinkBase *) | |
| TDblQueLinkBase::TDblQueLinkBase() | |
| Public Attributes | |
|---|---|
| TInt | iPriority |
| Inherited Attributes | |
|---|---|
| TDblQueLinkBase::iNext | |
| TDblQueLinkBase::iPrev | |
| TInt | iPriority |
The priority value.
Objects are added to the doubly linked list in descending order of this value.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.