TDeltaQueBase Class Reference

class TDeltaQueBase : public TDblQueBase

A base class that provides implementation for the TDeltaQue template class.

The class is abstract and is not intended to be instantiated.

TDeltaQue

Inherits from

Constructor & Destructor Documentation

TDeltaQueBase()

IMPORT_CTDeltaQueBase()[protected]

TDeltaQueBase(TInt)

IMPORT_CTDeltaQueBase(TIntaOffset)[protected]

Parameters

TInt aOffset

Member Functions Documentation

CountDown()

IMPORT_C TBoolCountDown()

CountDown(TInt)

IMPORT_C TBoolCountDown(TIntaValue)

Parameters

TInt aValue

DoAddDelta(TAny *, TInt)

IMPORT_C voidDoAddDelta(TAny *aPtr,
TIntaDelta
)[protected]

Parameters

TAny * aPtr
TInt aDelta

DoRemove(TAny *)

IMPORT_C voidDoRemove(TAny *aPtr)[protected]

Parameters

TAny * aPtr

DoRemoveFirst()

IMPORT_C TAny *DoRemoveFirst()[protected]

FirstDelta(TInt &)

IMPORT_C TBoolFirstDelta(TInt &aValue)

Parameters

TInt & aValue

Reset()

IMPORT_C voidReset()

Member Data Documentation

TInt * iFirstDelta

TInt *iFirstDelta[protected]

Pointer to the delta value in the first link element.