|
||
class TStorePagePoolToken;
Persistent settings to use for a RStorePagePool
.
Defined in TStorePagePoolToken
:
EEmpty
ExternalizeL(RWriteStream &)const
Externalises a TStorePagePoolToken object to a stream.HasAvailable()const
Tests if there is a free page in the pool.InternalizeL(RReadStream &)
Internalises a TStorePagePoolToken object from a stream.IsEmpty()const
Tests if the page pool is empty.TEmpty
Initialise for an empty page pool flag. TStorePagePoolToken()
Default constructor. TStorePagePoolToken(TEmpty)
Constructor that intialises the TStorePagePoolToken for an empty page pool.Touch()
Sets the available pages to 0. inline TStorePagePoolToken(TEmpty);
Constructor that intialises the TStorePagePoolToken for an empty page pool.
|
inline TBool HasAvailable() const;
Tests if there is a free page in the pool.
|
inline TBool IsEmpty() const;
Tests if the page pool is empty.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises a TStorePagePoolToken object to a stream.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises a TStorePagePoolToken object from a stream.
|