Files | |
file | alteration_notifier.h |
Observer registry for graph alteration observers. | |
file | array_map.h |
Graph maps that construates and destruates their elements dynamically. | |
file | default_map.h |
Graph maps that construct and destruct their elements dynamically. | |
file | map_iterator.h |
Iterators on the maps. | |
file | vector_map.h |
Vector based graph maps. | |
Classes | |
class | AlterationNotifier |
Registry class to register objects observes alterations in the graph. More... | |
class | AlterableGraphExtender |
Class to extend a graph with the functionality of alteration observing. More... | |
class | AlterableUndirGraphExtender |
Class to extend an undirected graph with the functionality of alteration observing. More... | |
class | ArrayMap |
struct | DefaultMapSelector |
class | MapIteratorBase |
class | MapIterator |
class | MapConstIterator |
class | MapConstKeyIterator |
class | MapValueIterator |
class | MapConstValueIterator |
class | MapConstKeySet |
class | MapConstValueSet |
class | MapValueSet |
class | MapSet |
class | VectorMap |