TBtreeToken Class Reference
Protected Member Functions |
---|
IMPORT_C void | Clear() |
Detailed Description
Encapsulates the persistent parameters for a TBtree.
Member Enumeration Documentation
Enum TEmpty
Enumerator | Value | Description |
---|
EEmpty | | |
Constructor & Destructor Documentation
TBtreeToken ( TEmpty )
Constructor that intialises the TBtreeToken for an empty B-tree.
Member Function Documentation
Clear ( )
IMPORT_C void | Clear | ( | ) | [protected] |
ExternalizeL ( RWriteStream & )
Parameter | Description | aStream | Stream to which the object should be externalised. |
InternalizeL ( RReadStream & )
Parameter | Description | aStream | Stream from which the object should be internalised. |
IsBroken ( )
TBool
| IsBroken | ( | ) | const [inline] |
Tests if the broken flag has been set on the B-tree.
Returns: True if the B-tree is broken, otherwise false.
IsEmpty ( )
TBool
| IsEmpty | ( | ) | const [inline] |
Tests if the B-tree is empty.
Returns: True if the B-tree is empty, otherwise false.
IsIntact ( )
TBool
| IsIntact | ( | ) | const [inline] |
Tests if the broken flag has not been set on the B-tree .
Returns: True if the B-tree is not broken, otherwise false.
Touch ( )
Marks the B-tree as broken.