equal
deleted
inserted
replaced
18 #define LEMON_ARRAY_MAP_H |
18 #define LEMON_ARRAY_MAP_H |
19 |
19 |
20 #include <memory> |
20 #include <memory> |
21 #include <lemon/bits/map_iterator.h> |
21 #include <lemon/bits/map_iterator.h> |
22 |
22 |
23 ///\ingroup graphmaps |
23 ///\ingroup graphmapfactory |
24 ///\file |
24 ///\file |
25 ///\brief Graph maps that construates and destruates |
25 ///\brief Graph maps that construates and destruates |
26 ///their elements dynamically. |
26 ///their elements dynamically. |
27 |
27 |
28 namespace lemon { |
28 namespace lemon { |
29 |
29 |
30 |
30 |
31 /// \addtogroup graphmaps |
31 /// \addtogroup graphmapfactory |
32 /// @{ |
32 /// @{ |
33 |
33 |
34 /// The ArrayMap template class is graph map structure what |
34 /// The ArrayMap template class is graph map structure what |
35 /// automatically updates the map when a key is added to or erased from |
35 /// automatically updates the map when a key is added to or erased from |
36 /// the map. This map factory uses the allocators to implement |
36 /// the map. This map factory uses the allocators to implement |