#include <lemon/map_iterator.h>
Public Member Functions | |
MapIt (const Graph &_graph, Map &_map) | |
Creates an iterator. | |
MapTraits< Map >::ConstReturnValue | operator* () const |
MapTraits< Map >::ReturnValue | operator* () |
Gives back a reference to the map's value. | |
void | set (const Value &value) |
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.
MapTraits<Map>::ReturnValue operator* | ( | ) | [inline] |
Gives back a reference to the map's value on the current position.
void set | ( | const Value & | value | ) | [inline] |
Sets the value on the current position.