|
||
class TBtreeToken;
Encapsulates the persistent parameters for a TBtree
.
Defined in TBtreeToken
:
Clear()
EEmpty
ExternalizeL(RWriteStream &)const
Externalises a TBtreeToken object to a stream.InternalizeL(RReadStream &)
Internalises a TBtreeToken object from a stream.IsBroken()const
Tests if the broken flag has been set on the B-tree.IsEmpty()const
Tests if the B-tree is empty.IsIntact()const
Tests if the broken flag has not been set on the B-tree .TBtreeToken()
Default constuctor. TBtreeToken(TEmpty)
Constructor that intialises the TBtreeToken for an empty B-tree.TEmpty
Provides a TBtreeToken initialisation flag. Touch()
Marks the B-tree as broken. inline TBtreeToken(TEmpty);
Constructor that intialises the TBtreeToken for an empty B-tree.
|
inline TBool IsBroken() const;
Tests if the broken flag has been set on the B-tree.
|
inline TBool IsIntact() const;
Tests if the broken flag has not been set on the B-tree .
|
inline TBool IsEmpty() const;
Tests if the B-tree is empty.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Externalises a TBtreeToken object to a stream.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Internalises a TBtreeToken object from a stream.
|