equal
deleted
inserted
replaced
21 #include <lemon/bits/map_extender.h> |
21 #include <lemon/bits/map_extender.h> |
22 #include <lemon/bits/alteration_notifier.h> |
22 #include <lemon/bits/alteration_notifier.h> |
23 #include <lemon/concept_check.h> |
23 #include <lemon/concept_check.h> |
24 #include <lemon/concept/maps.h> |
24 #include <lemon/concept/maps.h> |
25 |
25 |
26 /// \ingroin graphmapfactory |
26 /// \ingroup graphmapfactory |
27 /// \file |
27 /// \file |
28 /// \brief Graph maps that construct and destruct |
28 /// \brief Graph maps that construct and destruct |
29 /// their elements dynamically. |
29 /// their elements dynamically. |
30 |
30 |
31 namespace lemon { |
31 namespace lemon { |
32 |
32 |
33 /// \ingroin graphmapfactory |
33 /// \ingroup graphmapfactory |
34 /// |
34 /// |
35 /// \brief Graph map based on the array storage. |
35 /// \brief Graph map based on the array storage. |
36 /// |
36 /// |
37 /// The ArrayMap template class is graph map structure what |
37 /// The ArrayMap template class is graph map structure what |
38 /// automatically indates the map when a key is added to or erased from |
38 /// automatically indates the map when a key is added to or erased from |