SimpleMap Class Template Reference
[Map Adaptors]
#include <lemon/maps.h>
List of all members.
Detailed Description
template<typename M>
class lemon::SimpleMap< M >
This
read only map returns the simple wrapping of the given map. Sometimes the reference maps cannot be combined with simple read maps. This map adaptor wraps the given map to simple read map.
- See also:
- SimpleWriteMap
- Todo:
- Revise the misleading name
|
Public Member Functions |
| SimpleMap (const M &_m) |
| Constructor.
|
Value | operator[] (Key k) const |
|
|
Related Functions |
(Note that these are not member functions.)
|
template<typename M> |
SimpleMap< M > | simpleMap (const M &m) |
| Returns a SimpleMap class.
|
The documentation for this class was generated from the following file: