WriteMap Class Template Reference
[Map Concepts]

#include <lemon/concepts/maps.h>

Inheritance diagram for WriteMap:

Inheritance graph
[legend]

List of all members.


Detailed Description

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

Writable map concept.

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

void set (const Key &, const Value &)
 Sets the value associated with the given key.
 WriteMap ()
 Default constructor.

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

Generated on Fri Jan 23 18:15:25 2009 for LEMON by  doxygen 1.5.6