B-Trees
B-tree implementation in C++ to index documents based on numerical id's and title strings.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CBlockUnion for reading and writing blocks containing serialized data
 CBTreeB-tree class
 CBNodeB-tree node
 CFileHeaderFile header data for BTree indexes
 COverflowResultProvides information to deal with an insertion overflow
 CStatisticsBTree usage analytics
 CEntryArticle entry
 CHashfileHeaderHeader data for the hashfile
 CIdIndexHelper struct to store primary indexes
 CTitleIndexHelper struct to store secondary indexes