Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>
Link against: euser.lib

Class TDblQueLink

class TDblQueLink : public TDblQueLinkBase;

Description

An object embedded within a class T so that objects of type T can form part of a doubly linked list.

Derivation

Members

Defined in TDblQueLink:

Inherited from TDblQueLinkBase:


Member functions


Deque()

IMPORT_C void Deque();

Description

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.

Post-Condition

iNext member is set to NULL