#include <lemon/concept/maps.h>
Inheritance diagram for ReadWriteMap:
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 | |
Value | operator[] (const Key &k) const |
Returns the value associated with a key. | |
void | set (const Key &k, const Value &t) |
Sets the value associated with a key. |