Files | |
file | array_map.h |
Graph maps that construates and destruates their elements dynamically. | |
file | default_map.h |
Graph maps that construates and destruates their elements dynamically. | |
file | map_bits.h |
Some utils to help implement maps. | |
file | map_defines.h |
Defines to help creating graph maps. | |
file | map_iterator.h |
Iterators on the maps. | |
file | sym_map.h |
Graph maps that construates and destruates their elements dynamically. | |
file | vector_map.h |
Vector based graph maps. | |
Classes | |
class | ArrayMap |
struct | KeyInfo |
Helper class to get information about the key type. More... | |
class | MapIteratorBase |
class | MapIterator |
class | MapConstIterator |
class | MapKeyIterator |
class | MapValueIterator |
class | MapConstValueIterator |
class | MapConstKeySet |
class | MapConstValueSet |
class | MapValueSet |
class | SymEdgeIt |
class | SymMap |
class | VectorMap |
Defines | |
#define | DEFAULT_MAP_BODY(DynMap, Value) |
|
Macro to implement the DefaultMap. Definition at line 46 of file default_map.h. |