#include <lemon/bits/map_iterator.h>
Public Types | |
typedef MapConstValueIterator< _Graph, _Item, _Map > | ConstIterator |
The const iterator of the set. | |
Public Member Functions | |
MapConstValueSet (const Graph &_graph, const Map &_map) | |
The map initialized const value set. | |
ConstIterator | begin () const |
It gives back the const iterator pointed to the first element. | |
ConstIterator | end () const |
It gives back the const iterator pointed to the first invalid element. | |
Protected Types | |
typedef ItemSetTraits< Graph, Item >::ItemIt | ItemIt |
The iterator to iterate on the keys. |