class TDblQueLinkBase |
A base class that provides implementation for the link object of a doubly linked list.
It also encapsulates pointers both to the next and the previous link objects in the doubly linked list.
The class is abstract and is not intended to be instantiated.
Public Member Functions | |
---|---|
TDblQueLinkBase() | |
IMPORT_C void | AddBefore(TDblQueLinkBase *) |
IMPORT_C void | Enque(TDblQueLinkBase *) |
Public Attributes | |
---|---|
TDblQueLinkBase * | iNext |
TDblQueLinkBase * | iPrev |
IMPORT_C void | AddBefore | ( | TDblQueLinkBase * | aLink | ) |
TDblQueLinkBase * aLink |
IMPORT_C void | Enque | ( | TDblQueLinkBase * | aLink | ) |
TDblQueLinkBase * aLink |