#include <lemon/maps.h>
Inherited by ConstMap, ConstMap< typename Graph::Edge, bool >, ConstMap< typename Graph::Edge, Color >, ConstMap< typename Graph::Edge, double >, ConstMap< typename Graph::Node, bool >, ConstMap< typename Graph::Node, Color >, ConstMap< typename Graph::Node, double >, ConstMap< typename Graph::Node, int >, ConstMap< typename Graph::Node, xy< double > >, and NullMap.
Inheritance diagram for MapBase:
typedef
s required by the map concept.
Public Types | |
typedef K | Key |
| |
typedef T | Value |
|