ReadMap Class Template Reference
[Concepts]

#include <lemon/concepts/maps.h>

Inherited by ReadWriteMap, ReadWriteMap< _Item, _Value >, ReadWriteMap< Base::Edge, _Value >, ReadWriteMap< Base::Node, _Value >, ReadWriteMap< Base::UEdge, _Value >, ReadWriteMap< lemon::concepts::BpUGraph::Edge, T >, ReadWriteMap< lemon::concepts::BpUGraph::Node, T >, ReadWriteMap< lemon::concepts::BpUGraph::UEdge, T >, ReadWriteMap< lemon::concepts::Graph::Edge, T >, ReadWriteMap< lemon::concepts::Graph::Node, T >, ReadWriteMap< lemon::concepts::UGraph::Edge, T >, ReadWriteMap< lemon::concepts::UGraph::Node, T >, and ReadWriteMap< lemon::concepts::UGraph::UEdge, T >.

Inheritance diagram for ReadMap:

Inheritance graph
[legend]
List of all members.

template<typename K, typename T>
class lemon::concepts::ReadMap< 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.

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