|
||
class TDeltaQueLink : public TDblQueLinkBase;
An object embedded within a class T so that objects of type T can form part of a delta doubly linked list.
TDblQueLinkBase
- A base class that provides implementation for the link object of a doubly linked...
TDeltaQueLink
- ...
Defined in TDeltaQueLink
:
iDelta
The delta value.Inherited from TDblQueLinkBase
:
AddBefore(TDblQueLinkBase *)
Inserts this link object before the specified link object.Enque(TDblQueLinkBase *)
Inserts this link object after the specified link object.iNext
A pointer to the next link object in the list.iPrev
A pointer to the previous link object in the list.TInt iDelta;
The delta value.