#include <s32btree.h>
Link against: estor.lib
class TBtreeToken |
Public Member Enumerations | |
---|---|
enum | TEmpty { EEmpty } |
Public Member Functions | |
---|---|
TBtreeToken() | |
TBtreeToken(TEmpty) | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
TBool | IsBroken() |
TBool | IsEmpty() |
TBool | IsIntact() |
void | Touch() |
Protected Member Functions | |
---|---|
IMPORT_C void | Clear() |
Encapsulates the persistent parameters for a TBtree.
IMPORT_C void | Clear | ( | ) | [protected] |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises a TBtreeToken object to a stream.
Parameters | |
---|---|
aStream | Stream to which the object should be externalised. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises a TBtreeToken object from a stream.
Parameters | |
---|---|
aStream | Stream from which the object should be internalised. |
TBool | IsBroken | ( | ) | const [inline] |
Tests if the broken flag has been set on the B-tree.
TBool | IsEmpty | ( | ) | const [inline] |
Tests if the B-tree is empty.
TBool | IsIntact | ( | ) | const [inline] |
Tests if the broken flag has not been set on the B-tree .