Public Types | Public Member Functions

WriteMap< K, T > Class Template Reference


Detailed Description

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

Writable map concept.

#include <lemon/concepts/maps.h>

Inheritance diagram for WriteMap< K, T >:

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

void set (const Key &, const Value &)
 Sets the value associated with the given key.
 WriteMap ()
 Default constructor.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines