equal
deleted
inserted
replaced
20 #include <iterator> |
20 #include <iterator> |
21 |
21 |
22 #include <lemon/bits/extended_pair.h> |
22 #include <lemon/bits/extended_pair.h> |
23 #include <lemon/graph_utils.h> |
23 #include <lemon/graph_utils.h> |
24 |
24 |
25 ///\ingroup graphmaps |
25 ///\ingroup graphmapfactory |
26 ///\file |
26 ///\file |
27 ///\brief Iterators on the maps. |
27 ///\brief Iterators on the maps. |
28 |
28 |
29 namespace lemon { |
29 namespace lemon { |
30 |
30 |
31 /// \addtogroup graphmaps |
31 /// \addtogroup graphmapfactory |
32 /// @{ |
32 /// @{ |
33 |
33 |
34 /** The base class all of the map iterators. |
34 /** The base class all of the map iterators. |
35 * The class defines the typedefs of the iterators, |
35 * The class defines the typedefs of the iterators, |
36 * simple step functions and equality operators. |
36 * simple step functions and equality operators. |