TDblQueLink Class Reference

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.

Inherits from

Member Functions Documentation

Deque()

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.

Post-condition
iNext member is set to NULL