#include <lemon/bits/map_iterator.h>
Public Types | |
typedef _Item | Item |
The key type of the iterator. | |
typedef MapConstKeyIterator< _Graph, _Item > | ConstIterator |
The const iterator of the set. | |
typedef ConstIterator::Reference | ConstReference |
The reference type of the iterator. | |
typedef ConstIterator::Pointer | ConstPointer |
The pointer type of the iterator. | |
Public Member Functions | |
MapConstKeySet (const Graph &_graph) | |
The map initialized const key 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 ivalid element. | |
Protected Types | |
typedef ItemSetTraits< _Graph, _Item >::ItemIt | ItemIt |
The iterator to iterate on the keys. |