Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: S32CONT.H
Link against: estor.lib

Class TPagedSetBase

class TPagedSetBase;

Description

Members

Defined in TPagedSetBase:
ClearL(), Connect(), ContainsL(), Count(), DeleteL(), InsertAllowDuplicatesL(), InsertL(), IsBroken(), IsDirty(), IsEmpty(), IsIntact(), MarkBroken(), MarkCurrent(), MarkDirty(), RepairL(), Set(), TPagedSetBase(), TPagedSetBase(), Token()


Construction and destruction


TPagedSetBase()

protected: IMPORT_C TPagedSetBase(TInt anEntrySize);

Description

Parameters

TInt anEntrySize


TPagedSetBase()

protected: IMPORT_C TPagedSetBase(const TPagedSetToken &aToken, TInt anEntrySize);

Description

Parameters

const TPagedSetToken &aToken

TInt anEntrySize

[Top]


Member functions


Connect()

IMPORT_C void Connect(MPagePool *aPool);

Description

Parameters

MPagePool *aPool


Set()

IMPORT_C void Set(const TPagedSetToken &aToken);

Description

Parameters

const TPagedSetToken &aToken


Token()

IMPORT_C TPagedSetToken Token() const;

Description

Return value

TPagedSetToken


IsDirty()

inline TBool IsDirty() const;

Description

Return value

TBool


MarkCurrent()

inline void MarkCurrent();

Description


MarkDirty()

inline void MarkDirty();

Description


IsBroken()

inline TBool IsBroken() const;

Description

Return value

TBool


IsIntact()

inline TBool IsIntact() const;

Description

Return value

TBool


MarkBroken()

inline void MarkBroken();

Description


RepairL()

IMPORT_C TInt RepairL();

Description

Return value

TInt


Count()

inline TInt Count() const;

Description

Return value

TInt


IsEmpty()

inline TBool IsEmpty() const;

Description

Return value

TBool


ClearL()

IMPORT_C void ClearL();

Description


ContainsL()

IMPORT_C TBool ContainsL(const TAny *aPtr) const;

Description

Parameters

const TAny *aPtr

Return value

TBool


InsertL()

IMPORT_C void InsertL(const TAny *aPtr);

Description

Parameters

const TAny *aPtr


DeleteL()

IMPORT_C void DeleteL(const TAny *aPtr);

Description

Parameters

const TAny *aPtr


InsertAllowDuplicatesL()

protected: IMPORT_C void InsertAllowDuplicatesL(const TAny *aPtr);

Description

Parameters

const TAny *aPtr