TStorePagePoolToken Class Reference
class TStorePagePoolToken |
Member Enumeration Documentation
Enum TEmpty
Enumerator | Value | Description |
---|
EEmpty | | |
Constructor & Destructor Documentation
TStorePagePoolToken ( )
TStorePagePoolToken | ( | ) | [inline] |
TStorePagePoolToken ( TEmpty )
TStorePagePoolToken | ( | TEmpty | | ) | [inline] |
Member Function Documentation
ExternalizeL ( RWriteStream & )
Parameter | Description | aStream | Stream to which the object should be externalised |
HasAvailable ( )
TBool
| HasAvailable | ( | ) | const [inline] |
Tests if there is a free page in the pool.
Returns: True if there is a free page in the pool, otherwise false
InternalizeL ( RReadStream & )
Parameter | Description | aStream | Stream from which the object should be internalised |
IsEmpty ( )
TBool
| IsEmpty | ( | ) | const [inline] |
Tests if the page pool is empty.
Returns: True if the page pool is empty, otherwise false.
Touch ( )
Sets the available pages to 0.