SimpleWriteMap Class Template Reference
[Map Adaptors]

#include <lemon/maps.h>

Inheritance diagram for SimpleWriteMap:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename M>
class lemon::SimpleWriteMap< M >

This read-write map returns the simple wrapping of the given map. Sometimes the reference maps cannot be combined with simple read-write maps. This map adaptor wraps the given map to simple read-write map.

See also:
SimpleMap
Todo:
Revise the misleading name

Public Member Functions

 SimpleWriteMap (M &_m)
 Constructor.
Value operator[] (Key k) const
 
void set (Key k, const Value &c)
 

Related Functions

(Note that these are not member functions.)

template<typename M>
SimpleWriteMap< M > simpleWriteMap (M &m)
 Returns a SimpleWriteMap class.

The documentation for this class was generated from the following file:

Generated on Sat Apr 19 14:19:43 2008 for LEMON by  doxygen 1.5.5