lemon/bits/map_iterator.h
changeset 1587 8f1c317ebeb4
parent 1435 8e85e6bbefdf
child 1719 674182524bd9
equal deleted inserted replaced
0:70398046e035 1:a53dba901169
    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.