class TDeltaQueBase : public TDblQueBase |
Public Member Functions | |
---|---|
IMPORT_C TBool | CountDown() |
IMPORT_C TBool | CountDown(TInt) |
IMPORT_C TBool | FirstDelta(TInt &) |
IMPORT_C void | Reset() |
Protected Member Functions | |
---|---|
TDeltaQueBase() | |
TDeltaQueBase(TInt) | |
IMPORT_C void | DoAddDelta(TAny *, TInt) |
IMPORT_C void | DoRemove(TAny *) |
IMPORT_C TAny * | DoRemoveFirst() |
Protected Attributes | |
---|---|
TInt * | iFirstDelta |
Inherited Attributes | |
---|---|
TDblQueBase::iHead | |
TDblQueBase::iOffset |
TInt * | iFirstDelta | [protected] |
Pointer to the delta value in the first link element.