changeset 1323 | 3aaadfb7de3d |
parent 1307 | d4acebef7276 |
child 1359 | 1581f961cfaa |
0:5a1d34c7960f | 1:07b1be0eb596 |
---|---|
22 |
22 |
23 ///\ingroup graphmaps |
23 ///\ingroup graphmaps |
24 ///\file |
24 ///\file |
25 ///\brief Observer registry for graph alteration observers. |
25 ///\brief Observer registry for graph alteration observers. |
26 |
26 |
27 using namespace std; |
|
28 |
|
29 namespace lemon { |
27 namespace lemon { |
30 |
28 |
31 /// \addtogroup graphmaps |
29 /// \addtogroup graphmaps |
32 /// @{ |
30 /// @{ |
33 |
31 |