#include <lemon/map_iterator.h>
Public Member Functions | |
MapIt (const Graph &_graph, Map &_map) | |
Creates an iterator. | |
MapTraits< Map >::ConstReturnValue | operator * () const |
Gives back the map's value on the current position. | |
MapTraits< Map >::ReturnValue | operator * () |
Gives back a reference to the map's value. | |
void | set (const Value &value) |
Sets the value on the current position. |
|
Creates an iterator for the map, which iterates on the given graph item set. |
|
Gives back the map's value on the current position. |
|
Gives back a reference to the map's value on the current position. |
|
Sets the value on the current position. |