src/lemon/map_iterator.h
changeset 986 e997802b855c
parent 906 17f31d280385
child 987 87f7c54892df
equal deleted inserted replaced
4:9391c1a8f0eb 0:7a25e1bdb3e2
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * src/hugo/map_iterator.h - Part of HUGOlib, a generic C++ optimization library
     2  * src/lemon/map_iterator.h - Part of LEMON, a generic C++ optimization library
     3  *
     3  *
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     4  * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     5  * (Egervary Combinatorial Optimization Research Group, EGRES).
     6  *
     6  *
     7  * Permission to use, modify and distribute this software is granted
     7  * Permission to use, modify and distribute this software is granted
    12  * express or implied, and with no claim as to its suitability for any
    12  * express or implied, and with no claim as to its suitability for any
    13  * purpose.
    13  * purpose.
    14  *
    14  *
    15  */
    15  */
    16 
    16 
    17 #ifndef HUGO_MAP_ITERATOR_H
    17 #ifndef LEMON_MAP_ITERATOR_H
    18 #define HUGO_MAP_ITERATOR_H
    18 #define LEMON_MAP_ITERATOR_H
    19 
    19 
    20 #include <iterator>
    20 #include <iterator>
    21 
    21 
    22 #include <hugo/extended_pair.h>
    22 #include <lemon/extended_pair.h>
    23 
    23 
    24 ///\ingroup graphmaps
    24 ///\ingroup graphmaps
    25 ///\file
    25 ///\file
    26 ///\brief Iterators on the maps.
    26 ///\brief Iterators on the maps.
    27 
    27 
    28 namespace hugo {
    28 namespace lemon {
    29 
    29 
    30   /// \addtogroup graphmaps
    30   /// \addtogroup graphmaps
    31   /// @{
    31   /// @{
    32 
    32 
    33   /** The base class all of the map iterators.
    33   /** The base class all of the map iterators.