B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
BTree< T, M, BlockSize >::BNode Member List

This is the complete list of members for BTree< T, M, BlockSize >::BNode, including all inherited members.

childrenBTree< T, M, BlockSize >::BNode
initialize(bool isLeaf=true, int size=0)BTree< T, M, BlockSize >::BNode
isFull() const BTree< T, M, BlockSize >::BNode
isLeafBTree< T, M, BlockSize >::BNode
offsetBTree< T, M, BlockSize >::BNode
seek(const U &key, BTree &tree) const BTree< T, M, BlockSize >::BNode
sizeBTree< T, M, BlockSize >::BNode
valuesBTree< T, M, BlockSize >::BNode