class BTreeNode
Definition
#include <
BTree.hh
>
Template form
BTreeNode<class T>
Inherits
Memory
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index
Public Members
long
Size
() const
T
Item
(short i) const
BTreeNode *
Subtree
(short i) const
long
SubtreeSize
() const
bool
Search
(T itm, short& index) const
BTreeNode
(short order)
~BTreeNode
()
static BTreeNode<T> **
subtreeAlloc
(int size)
Protected Members
short
_keyCount
bool
_isLeaf
long
_subtreeSize
short
_order
T *
_item
BTreeNode<T> **
_subtree
void
modified
()
void
ShiftRightAt
(short pos, short amount = 1)
void
ShiftLeftAt
(short pos, short amount = 1)
void
MoveSubNode
(const BTreeNode& x, short pos, short ourPos, short nkeys)
Generated by: colin@sharedtech.dhis.org on Sat Nov 6 11:59:24 199.