#include <e32std.h>
class TDblQueLink : public TDblQueLinkBase |
Public Member Functions | |
---|---|
IMPORT_C void | Deque() |
Inherited Attributes | |
---|---|
TDblQueLinkBase::iNext | |
TDblQueLinkBase::iPrev |
Inherited Functions | |
---|---|
TDblQueLinkBase::AddBefore(TDblQueLinkBase *) | |
TDblQueLinkBase::Enque(TDblQueLinkBase *) | |
TDblQueLinkBase::TDblQueLinkBase() |
An object embedded within a class T so that objects of type T can form part of a doubly linked list.
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.