template<class T>
class lemon::concepts::Digraph::NodeMap< T >
Standard graph map type for the nodes. It conforms to the ReferenceMap concept. 
 
 | 
| 
  | NodeMap (const Digraph &) | 
|   | Constructor. 
  | 
|   | 
| 
  | NodeMap (const Digraph &, T) | 
|   | Constructor with given initial value. 
  | 
|   | 
| 
Reference  | operator[] (const Key &) | 
|   | Returns a reference to the value associated with the given key. 
  | 
|   | 
| 
ConstReference  | operator[] (const Key &) const | 
|   | Returns a const reference to the value associated with the given key. 
  | 
|   | 
| 
void  | set (const Key &k, const Value &t) | 
|   | Sets the value associated with the given key. 
  | 
|   | 
| 
Value  | operator[] (const Key &) const  | 
|   | Returns the value associated with the given key. 
  | 
|   | 
| 
void  | set (const Key &, const Value &) | 
|   | Sets the value associated with the given key. 
  | 
|   | 
| 
Value  | operator[] (const Key &) const  | 
|   | Returns the value associated with the given key. 
  | 
|   | 
| 
void  | set (const Key &, const Value &) | 
|   | Sets the value associated with the given key. 
  | 
|   | 
| 
  | WriteMap () | 
|   | Default constructor. 
  | 
|   |