ReadWriteMap Class Template Reference
[Map Concepts]


Detailed Description

template<typename K, typename T>
class lemon::concepts::ReadWriteMap< K, T >

Read/writable map concept. #include <lemon/concepts/maps.h>

Inheritance diagram for ReadWriteMap:

Inheritance graph
[legend]

List of all members.

Public Types

typedef K Key
 The key type of the map.
typedef T Value
 The value type of the map. (The type of objects associated with the keys).

Public Member Functions

Value operator[] (const Key &) const
 Returns the value associated with the given key.
void set (const Key &, const Value &)
 Sets the value associated with the given key.


The documentation for this class was generated from the following file:

Generated on Sun Oct 12 20:09:59 2008 for LEMON by  doxygen 1.5.7.1