#include <lemon/concepts/maps.h>
Inherited by ReadWriteMap, ReadWriteMap< _Item, _Value >, ReadWriteMap< Base::Edge, _Value >, ReadWriteMap< Base::Node, _Value >, ReadWriteMap< Base::UEdge, _Value >, ReadWriteMap< lemon::concepts::BpUGraph::Edge, T >, ReadWriteMap< lemon::concepts::BpUGraph::Node, T >, ReadWriteMap< lemon::concepts::BpUGraph::UEdge, T >, ReadWriteMap< lemon::concepts::Graph::Edge, T >, ReadWriteMap< lemon::concepts::Graph::Node, T >, ReadWriteMap< lemon::concepts::UGraph::Edge, T >, ReadWriteMap< lemon::concepts::UGraph::Node, T >, and ReadWriteMap< lemon::concepts::UGraph::UEdge, T >.
Inheritance diagram for WriteMap:
Public Types | |
typedef K | Key |
Map's key type. | |
typedef T | Value |
Map's value type. (The type of objects associated with the keys). | |
Public Member Functions | |
void | set (const Key &, const Value &) |
Sets the value associated with a key. | |
WriteMap () | |
Default constructor. |