equal
deleted
inserted
replaced
25 #include <lemon/bits/alteration_notifier.h> |
25 #include <lemon/bits/alteration_notifier.h> |
26 #include <lemon/error.h> |
26 #include <lemon/error.h> |
27 #include <lemon/concept_check.h> |
27 #include <lemon/concept_check.h> |
28 #include <lemon/concept/maps.h> |
28 #include <lemon/concept/maps.h> |
29 |
29 |
30 /// \ingroin graphmaps |
30 /// \ingroup graphmaps |
31 /// |
31 /// |
32 ///\file |
32 ///\file |
33 ///\brief Static sized graph maps. |
33 ///\brief Static sized graph maps. |
34 |
34 |
35 namespace lemon { |
35 namespace lemon { |
36 |
36 |
37 /// \ingroin graphmaps |
37 /// \ingroup graphmaps |
38 /// |
38 /// |
39 /// \brief Graph map with static sized storage. |
39 /// \brief Graph map with static sized storage. |
40 /// |
40 /// |
41 /// The StaticMap template class is graph map structure what |
41 /// The StaticMap template class is graph map structure what |
42 /// does not indate automatically the map when a key is added to or |
42 /// does not indate automatically the map when a key is added to or |