|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Graph node and arc indexing. More...
Go to the source code of this file.
Classes | |
| struct | Aleph::Dft_Node_Cmp< GT > |
| Default node comparison class for Nodes_Index. More... | |
| struct | Aleph::Dft_Arc_Cmp< GT > |
| Default arc comparison class for Arcs_Index. More... | |
| class | Aleph::Nodes_Index< GT, Compare, Tree, SN > |
| Builds a node index for fast lookup and retrieval. More... | |
| class | Aleph::Arcs_Index< GT, Compare, Tree, SA > |
| Builds an arc index for fast lookup by source/target nodes. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Graph node and arc indexing.
Definition in file tpl_graph_indexes.H.