Location:
S32BTREE.H
Link against: estor.lib
class TBtreeToken;
Encapsulates the persistent parameters for a TBtree
.
Defined in TBtreeToken
:
Clear()
, EEmpty
, ExternalizeL()
, InternalizeL()
, IsBroken()
, IsEmpty()
, IsIntact()
, TBtreeToken()
, TBtreeToken()
, TEmpty
, Touch()
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.
|