#include <lemon/map_iterator.h>
Public Member Functions | |
| ConstMapIt (const Graph &_graph, const Map &_map) | |
| Creates an iterator. | |
| MapTraits< Map >::ConstReturnValue | operator* () const |
| ConstMapIt | ( | const Graph & | _graph, | |
| const Map & | _map | |||
| ) | [inline] |
Creates an iterator for the map, which iterates on the given graph item set.
| MapTraits<Map>::ConstReturnValue operator* | ( | ) | const [inline] |
Gives back the map's value on the current position.
1.5.9