equal
deleted
inserted
replaced
22 |
22 |
23 #include <lemon/utility.h> |
23 #include <lemon/utility.h> |
24 #include <lemon/bits/map_iterator.h> |
24 #include <lemon/bits/map_iterator.h> |
25 #include <lemon/bits/alteration_notifier.h> |
25 #include <lemon/bits/alteration_notifier.h> |
26 |
26 |
27 ///\ingroup graphmaps |
27 ///\ingroup graphmapfactory |
28 ///\file |
28 ///\file |
29 ///\brief Vector based graph maps. |
29 ///\brief Vector based graph maps. |
30 |
30 |
31 namespace lemon { |
31 namespace lemon { |
32 |
32 |
33 /// \addtogroup graphmaps |
33 /// \addtogroup graphmapfactory |
34 /// @{ |
34 /// @{ |
35 |
35 |
36 /// The VectorMap template class is graph map structure what |
36 /// The VectorMap template class is graph map structure what |
37 /// automatically updates the map when a key is added to or erased from |
37 /// automatically updates the map when a key is added to or erased from |
38 /// the map. This map factory uses the allocators to implement |
38 /// the map. This map factory uses the allocators to implement |