STX B+ Tree Template Classes  0.9
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NstxSTX - Some Template Extensions namespace
 CbtreeBasic class implementing a base B+ tree data structure in memory
 Cbtree_pair_to_valueFor sets the second pair_type is an empty struct, so the value_type should only be the first
 Cbtree_pair_to_value< value_type, value_type >For maps value_type is the same as the pair_type
 Cconst_iteratorSTL-like read-only iterator object for B+ tree items
 Cconst_reverse_iteratorSTL-like read-only reverse iterator object for B+ tree items
 Cdump_headerA header for the binary image containing the base properties of the B+ tree
 Cinner_nodeExtended structure of a inner node in-memory
 CiteratorSTL-like iterator object for B+ tree items
 Cleaf_nodeExtended structure of a leaf node in memory
 CnodeThe header structure of each node in-memory
 Cresult_tB+ tree recursive deletion has much information which is needs to be passed upward
 Creverse_iteratorSTL-like mutable reverse iterator object for B+ tree items
 Ctree_statsA small struct containing basic statistics about the B+ tree
 Cvalue_compareFunction class to compare value_type objects. Required by the STL
 Cbtree_default_map_traitsGenerates default traits for a B+ tree used as a map
 Cbtree_default_set_traitsGenerates default traits for a B+ tree used as a set
 Cbtree_mapSpecialized B+ tree template class implementing STL's map container
 Cbtree_multimapSpecialized B+ tree template class implementing STL's multimap container
 Cbtree_multisetSpecialized B+ tree template class implementing STL's multiset container
 Cempty_structThe empty struct used as a placeholder for the data_type
 Cbtree_setSpecialized B+ tree template class implementing STL's set container
 Cempty_structThe macro BTREE_FRIENDS can be used by outside class to access the B+ tree internals