|
|
|
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:
iDeltaThe 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.iNextA pointer to the next link object in the list.iPrevA pointer to the previous link object in the list.TInt iDelta;
The delta value.