|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Node indexing for fast O(log n) lookup by key. More...
Go to the source code of this file.
Classes | |
| struct | Aleph::Dft_Node_Cmp< GT > |
| Default node comparison class for Nodes_Index. More... | |
| class | Aleph::IndexNode< GT, Compare, Tree, SN > |
| Builds an index of nodes for fast search and retrieval. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Node indexing for fast O(log n) lookup by key.
Definition in file tpl_indexNode.H.