B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
|
File header data for BTree indexes. More...
Public Attributes | |
long | rootAddress |
unsigned int | blockCount |
File header data for BTree indexes.
unsigned int BTree< T, M, BlockSize >::FileHeader::blockCount |
long BTree< T, M, BlockSize >::FileHeader::rootAddress |