#include <s32btree.h>
template <> |
class TBtreeFix< TAny, TAny > : public TBtreeFixBase |
Public Member Functions | |
---|---|
TBtreeFix(TBtreeMode, TInt, TInt) | |
TBtreeFix(const TBtreeToken &, TBtreeMode, TInt, TInt) |
Inherited Enumerations | |
---|---|
TBtree:TFind |
A specialisation of the B-tree for untyped fixed sized items.
TBtreeFix | ( | TBtreeMode | aMode, |
TInt | anEntrySize, | ||
TInt | aKeySize | ||
) | [inline] |
Constructor that sets the B-tree mode.
Parameters | |
---|---|
aMode | B-tree operating mode |
anEntrySize | Entry size |
aKeySize | Key size for entries |
TBtreeFix | ( | const TBtreeToken & | aToken, |
TBtreeMode | aMode, | ||
TInt | anEntrySize, | ||
TInt | aKeySize | ||
) | [inline] |
Constructor that sets the B-tree mode and initialisation parameters.
Parameters | |
---|---|
aToken | Parameters with which to initialise the B-tree |
aMode | B-tree operating mode |
anEntrySize | Entry size |
aKeySize | Key size for entries |