Location:
e32std.h
Link against: euser.lib
TDblQueLink
Supported from 5.0
An object embedded within a class T
so that objects of
type T
can form part of a doubly linked list.
|
Defined in TDblQueLink
:
Deque()
Inherited from TDblQueLinkBase
:
AddBefore()
,
Enque()
void Deque();
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.