Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <S32BTREE.H>

Class TBtreeFix< TAny, TAny >

class TBtreeFix< TAny, TAny > : public TBtreeFixBase;

Description

A specialisation of the B-tree for untyped fixed sized items.

Derivation

Members

Defined in TBtreeFix< TAny, TAny >:

Inherited from TBtree:

Inherited from TBtreeFixBase:


Member functions


TBtreeFix(TBtreeMode,TInt,TInt)

inline TBtreeFix(TBtreeMode aMode, TInt anEntrySize, TInt aKeySize);

Description

Constructor that sets the B-tree mode.

Parameters

TBtreeMode aMode

B-tree operating mode

TInt anEntrySize

Entry size

TInt aKeySize

Key size for entries

Return value


TBtreeFix(const TBtreeToken &,TBtreeMode,TInt,TInt)

inline TBtreeFix(const TBtreeToken &aToken, TBtreeMode aMode, TInt anEntrySize, TInt aKeySize);

Description

Constructor that sets the B-tree mode and initialisation parameters.

Parameters

const TBtreeToken &aToken

Parameters with which to initialise the B-tree

TBtreeMode aMode

B-tree operating mode

TInt anEntrySize

Entry size

TInt aKeySize

Key size for entries

Return value