Location:
sb32tree.h
Link against: estor.lib
TEMPLATE_SPECIALIZATION class TBtreeFix<TAny,TAny>
Supported from 5.0
A specialisation of the B-tree for untyped fixed sized items.
|
Defined in TBtreeFix
:
TBtreeFix()
Inherited from TBtree
:
ClearL()
,
DeleteAtL()
,
DeleteL()
,
EEqualTo
,
EGreaterEqual
,
EGreaterThan
,
ELessEqual
,
ELessThan
,
FindL()
,
FirstL()
,
IsBroken()
,
IsDirty()
,
IsEmpty()
,
IsIntact()
,
LastL()
,
MarkBroken()
,
MarkCurrent()
,
MarkDirty()
,
NextL()
,
PreviousL()
,
RepairL()
,
ResetL()
,
Set()
,
TFind
,
Token()
Inherited from TBtreeFixBase
:
Connect()
,
ExtractAtL()
,
InsertL()
TBtreeFix(TBtreeMode aMode,TInt anEntrySize,TInt aKeySize);
Constructor that sets the B-tree mode.
|
TBtreeFix(const TBtreeToken& aToken, TBtreeMode aMode,TInt anEntrySize,TInt aKeySize);
Constructor that sets the B-tree mode and initialisation parameters.
|