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