ReadWriteMap Class Template Reference
[Concepts]

#include <lemon/concepts/maps.h>

Inherits ReadMap< K, T >, and WriteMap< K, T >.

Inherited by BpUGraph::ANodeMap, BpUGraph::BNodeMap, BpUGraph::EdgeMap, BpUGraph::NodeMap, BpUGraph::UEdgeMap, Graph::EdgeMap, Graph::NodeMap, ReferenceMap, UGraph::EdgeMap, UGraph::NodeMap, and UGraph::UEdgeMap.

Inheritance diagram for ReadWriteMap:

Inheritance graph
[legend]
List of all members.

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


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 &) const
 Returns the value associated with a key.
void set (const Key &, const Value &)
 Sets the value associated with a key.

The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:45 2006 for LEMON by  doxygen 1.5.1