equal
deleted
inserted
replaced
24 #include <lemon/bits/map_extender.h> |
24 #include <lemon/bits/map_extender.h> |
25 #include <lemon/bits/alteration_notifier.h> |
25 #include <lemon/bits/alteration_notifier.h> |
26 #include <lemon/concept_check.h> |
26 #include <lemon/concept_check.h> |
27 #include <lemon/concept/maps.h> |
27 #include <lemon/concept/maps.h> |
28 |
28 |
29 /// \ingroin graphmapfactory |
29 /// \ingroup graphmapfactory |
30 /// |
30 /// |
31 ///\file |
31 ///\file |
32 ///\brief Vector based graph maps. |
32 ///\brief Vector based graph maps. |
33 |
33 |
34 namespace lemon { |
34 namespace lemon { |
35 |
35 |
36 /// \ingroin graphmapfactory |
36 /// \ingroup graphmapfactory |
37 /// |
37 /// |
38 /// \brief Graph map based on the std::vector storage. |
38 /// \brief Graph map based on the std::vector storage. |
39 /// |
39 /// |
40 /// The VectorMap template class is graph map structure what |
40 /// The VectorMap template class is graph map structure what |
41 /// automatically indates the map when a key is added to or erased from |
41 /// automatically indates the map when a key is added to or erased from |