changeset 1014 | aae850a2394d |
parent 987 | 87f7c54892df |
child 1039 | bd01c5a3f989 |
5:5f30fdfd2dc8 | 6:19f6763ba155 |
---|---|
16 |
16 |
17 #ifndef LEMON_ARRAY_MAP_H |
17 #ifndef LEMON_ARRAY_MAP_H |
18 #define LEMON_ARRAY_MAP_H |
18 #define LEMON_ARRAY_MAP_H |
19 |
19 |
20 #include <memory> |
20 #include <memory> |
21 |
|
22 #include <lemon/map_iterator.h> |
|
23 |
21 |
24 ///\ingroup graphmaps |
22 ///\ingroup graphmaps |
25 ///\file |
23 ///\file |
26 ///\brief Graph maps that construates and destruates |
24 ///\brief Graph maps that construates and destruates |
27 ///their elements dynamically. |
25 ///their elements dynamically. |