Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nstx | STX - Some Template Extensions namespace |
▼Cbtree | Basic class implementing a base B+ tree data structure in memory |
Cbtree_pair_to_value | For 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_iterator | STL-like read-only iterator object for B+ tree items |
Cconst_reverse_iterator | STL-like read-only reverse iterator object for B+ tree items |
Cdump_header | A header for the binary image containing the base properties of the B+ tree |
Cinner_node | Extended structure of a inner node in-memory |
Citerator | STL-like iterator object for B+ tree items |
Cleaf_node | Extended structure of a leaf node in memory |
Cnode | The header structure of each node in-memory |
Cresult_t | B+ tree recursive deletion has much information which is needs to be passed upward |
Creverse_iterator | STL-like mutable reverse iterator object for B+ tree items |
Ctree_stats | A small struct containing basic statistics about the B+ tree |
Cvalue_compare | Function class to compare value_type objects. Required by the STL |
Cbtree_default_map_traits | Generates default traits for a B+ tree used as a map |
Cbtree_default_set_traits | Generates default traits for a B+ tree used as a set |
Cbtree_map | Specialized B+ tree template class implementing STL's map container |
Cbtree_multimap | Specialized B+ tree template class implementing STL's multimap container |
▼Cbtree_multiset | Specialized B+ tree template class implementing STL's multiset container |
Cempty_struct | The empty struct used as a placeholder for the data_type |
▼Cbtree_set | Specialized B+ tree template class implementing STL's set container |
Cempty_struct | The macro BTREE_FRIENDS can be used by outside class to access the B+ tree internals |