class TDblQueLink : public TDblQueLinkBase |
An object embedded within a class T so that objects of type T can form part of a doubly linked list.
Public Member Functions | |
---|---|
IMPORT_C void | Deque () |
Inherited Functions | |
---|---|
TDblQueLinkBase::AddBefore(TDblQueLinkBase *) | |
TDblQueLinkBase::Enque(TDblQueLinkBase *) | |
TDblQueLinkBase::TDblQueLinkBase() |
Inherited Attributes | |
---|---|
TDblQueLinkBase::iNext | |
TDblQueLinkBase::iPrev |
IMPORT_C void | Deque | ( | ) |
Removes this link object from the doubly linked list.
In effect, this removes the list element that acts as host to this link object from the doubly linked list.
The link object can be any in the doubly linked list.
It is safe to use this method on an object which has already been removed from the list.
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.