Files | |
file | alteration_notifier.h |
Observer notifier for graph alteration observers. | |
file | array_map.h |
Graph map based on the array storage. | |
file | base_extender.h |
Extenders for the graph types. | |
file | debug_map.h |
Vector based graph maps for debugging. | |
file | default_map.h |
Graph maps that construct and destruct their elements dynamically. | |
file | edge_set_extender.h |
Extenders for the edge set types. | |
file | graph_adaptor_extender.h |
Extenders for the graph adaptor types. | |
file | graph_extender.h |
Extenders for the graph types. | |
file | vector_map.h |
Vector based graph maps. | |
Classes | |
class | AlterationNotifier |
Notifier class to notify observes about alterations in a container. More... | |
class | ArrayMap |
Graph map based on the array storage. More... | |
class | UndirGraphExtender |
BaseGraph to BaseUGraph extender. More... | |
class | DebugMap |
Graph map based on the std::vector storage. More... | |
class | EdgeSetExtender |
Extender for the EdgeSets. More... | |
class | UEdgeSetExtender |
Extender for the UEdgeSets. More... | |
class | GraphAdaptorExtender |
Extender for the GraphAdaptors. More... | |
class | UGraphAdaptorExtender |
Extender for the UGraphAdaptors. More... | |
class | BpUGraphAdaptorExtender |
Extender for the BpUGraphAdaptors. More... | |
class | GraphExtender |
Extender for the Graphs. More... | |
class | UGraphExtender |
Extender for the UGraphs. More... | |
class | BpUGraphExtender |
Extender for the BpUGraphs. More... | |
class | MapExtender |
Extender for maps. More... | |
class | SubMapExtender |
Extender for maps which use a subset of the items. More... | |
class | VectorMap |
Graph map based on the std::vector storage. More... |