ReadWriteMap Class Template Reference
[Skeletons]

#include <maps.h>

Inheritance diagram for ReadWriteMap:

Inheritance graph
[legend]
Collaboration diagram for ReadWriteMap:

Collaboration graph
[legend]
List of all members.

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


Public Types

typedef K KeyType
 Map's key type.
typedef T ValueType
 Map's value type. (The type of objects associated with the keys).

Public Member Functions

ValueType operator[] (const KeyType &k) const
 Returns the value associated with a key.
void set (const KeyType &k, const ValueType &t)
 Sets the value associated with a key.
 ReadWriteMap ()
 Default constructor.

The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:41 2004 for LEMON by doxygen 1.3.8