changeset 1431 | ad44b1dd8013 |
parent 1359 | 1581f961cfaa |
1:09ba085119af | 2:37fa9a4909da |
---|---|
18 #define LEMON_MAP_ITERATOR_H |
18 #define LEMON_MAP_ITERATOR_H |
19 |
19 |
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/map_utils.h> |
23 #include <lemon/graph_utils.h> |
24 |
24 |
25 ///\ingroup graphmaps |
25 ///\ingroup graphmaps |
26 ///\file |
26 ///\file |
27 ///\brief Iterators on the maps. |
27 ///\brief Iterators on the maps. |
28 |
28 |