Location:
s32btree.h
Link against: estor.lib
TBtreeToken
Supported from 5.0
Encapsulates the persistent parameters for a TBtree.
Defined in TBtreeToken:
EEmpty, ExternalizeL(), InternalizeL(), IsBroken(), IsEmpty(), IsIntact(), TBtreeToken(), TEmpty, Touch()
TBtreeToken(TEmpty);
Constructor that intialises the TBtreeToken for an empty B-tree.
|
TBool IsBroken() const;
Tests if the broken flag has been set on the B-tree.
|
TBool IsEmpty() const;
Tests if the B-tree is empty.
|
TBool IsIntact() const;
Tests if the broken flag has not been set on the B-tree .
|
void ExternalizeL(RWriteStream& aStream) const;
Externalises a TBtreeToken object to a stream.
|
void InternalizeL(RReadStream& aStream);
Internalises a TBtreeToken object from a stream.
|
TEmpty
Provides a TBtreeToken initialisation flag.
|