Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against: euser.lib

Class TDblQueLink

TDblQueLink

Support

Supported from 5.0

Description

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

Derivation

TDblQueLinkAn object embedded within a class T so that objects of type T can form part of a doubly linked list
TDblQueLinkBaseA base class that provides implementation for the link object of a doubly linked list

Defined in TDblQueLink:
Deque()

Inherited from TDblQueLinkBase:
AddBefore(), Enque()

See also:


Managing links


Deque()

void Deque();

Description

Removes this link object from the doubly linked list. This, effectively, removes the list element, which acts as host to this link object, from the doubly linked list.

The link object can be any in the doubly linked list.

The link object must already be in a doubly linked list, otherwise calling this function has undefined consequences.