MapFunctor Class Template Reference
[Maps]
#include <lemon/maps.h>
List of all members.
Detailed Description
template<class M>
class lemon::MapFunctor< M >
This class Converts a map to an STL style functor. that is it provides an operator()
to read its values.
For the sake of convenience it also works as a ususal map, i.e tt>operator[] and the Key
and Valu
typedefs also exist.
Definition at line 596 of file maps.h.
Constructor & Destructor Documentation
Member Function Documentation
Value operator() |
( |
Key |
k |
) |
const [inline] |
|
Value operator[] |
( |
Key |
k |
) |
const [inline] |
|
The documentation for this class was generated from the following file:
Generated on Mon Feb 21 15:02:35 2005 for LEMON by
1.4.1