ConvertMap< M, V > Class Template Reference
[Map Adaptors]


Detailed Description

template<typename M, typename V>
class lemon::ConvertMap< M, V >

Map adaptor to convert the Value type of a readable map to another type using the default conversion. The Key type of it is inherited from M and the Value type is V. This type conforms the ReadMap concept.

The simplest way of using this map is through the convertMap() function.

#include <lemon/maps.h>

Inheritance diagram for ConvertMap< M, V >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef M::Key Key
 
typedef V Value
 

Public Member Functions

 ConvertMap (const M &m)
 Constructor.
Value operator[] (const Key &k) const
 

Related Functions

(Note that these are not member functions.)



template<typename V , typename M >
ConvertMap< M, V > convertMap (const M &map)
 Returns a ConvertMap class.

Constructor & Destructor Documentation

ConvertMap ( const M &  m  )  [inline]

Constructor.

Parameters:
m The underlying map.

Generated on Sat Oct 3 07:24:22 2009 for LEMON by  doxygen 1.6.1