Location:
e32std.h
Link against: euser.lib
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.
TDblQueLinkBase
- A base class that provides implementation for the link object of a doubly linked list
TDblQueLink
- 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()
,
iNext
,
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.
iNext member is set to NULL