#include <lemon/concept/maps.h>
Inherited by ReadWriteMap, ReadWriteMap< Edge, _Value >, ReadWriteMap< Edge, T >, ReadWriteMap< Item, _Value >, ReadWriteMap< Node, _Value >, ReadWriteMap< Node, T >, and ReadWriteMap< UndirEdge, 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. |