changeset 1209 | dc9fdf77007f |
parent 1197 | a2cd33e6f61c |
child 1211 | 73912ba03d83 |
2:2583987071d3 | 3:e8544cc4d9c9 |
---|---|
15 */ |
15 */ |
16 |
16 |
17 ///\ingroup mutils |
17 ///\ingroup mutils |
18 ///\file |
18 ///\file |
19 ///\brief Map utilities. |
19 ///\brief Map utilities. |
20 |
|
21 #ifndef LEMON_MAP_UTILS_H |
|
22 #define LEMON_MAP_UTILS_H |
|
20 |
23 |
21 #include <map> |
24 #include <map> |
22 |
25 |
23 |
26 |
24 namespace lemon { |
27 namespace lemon { |
269 const Graph* graph; |
272 const Graph* graph; |
270 |
273 |
271 }; |
274 }; |
272 |
275 |
273 |
276 |
274 |
|
275 } |
277 } |
276 |
278 |
279 #endif |