STX B+ Tree Template Classes  0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NstxSTX - Some Template Extensions namespace
 oCbtree_default_set_traitsGenerates default traits for a B+ tree used as a set
 oCbtree_default_map_traitsGenerates default traits for a B+ tree used as a map
 oCbtreeBasic class implementing a base B+ tree data structure in memory
 |oCbtree_pair_to_valueFor sets the second pair_type is an empty struct, so the value_type should only be the first
 |oCbtree_pair_to_value< value_type, value_type >For maps value_type is the same as the pair_type
 |oCconst_iteratorSTL-like read-only iterator object for B+ tree items
 |oCconst_reverse_iteratorSTL-like read-only reverse iterator object for B+ tree items
 |oCdump_headerA header for the binary image containing the base properties of the B+ tree
 |oCinner_nodeExtended structure of a inner node in-memory
 |oCiteratorSTL-like iterator object for B+ tree items
 |oCleaf_nodeExtended structure of a leaf node in memory
 |oCnodeThe header structure of each node in-memory
 |oCresult_tB+ tree recursive deletion has much information which is needs to be passed upward
 |oCreverse_iteratorSTL-like mutable reverse iterator object for B+ tree items
 |oCtree_statsA small struct containing basic statistics about the B+ tree
 |\Cvalue_compareFunction class to compare value_type objects. Required by the STL
 oCbtree_mapSpecialized B+ tree template class implementing STL's map container
 oCbtree_multimapSpecialized B+ tree template class implementing STL's multimap container
 oCbtree_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