equal
deleted
inserted
replaced
18 #define LEMON_ALTERATION_OBSERVER_REGISTRY_H |
18 #define LEMON_ALTERATION_OBSERVER_REGISTRY_H |
19 |
19 |
20 #include <vector> |
20 #include <vector> |
21 #include <algorithm> |
21 #include <algorithm> |
22 |
22 |
23 ///\ingroup graphmaps |
23 ///\ingroup graphmapfactory |
24 ///\file |
24 ///\file |
25 ///\brief Observer registry for graph alteration observers. |
25 ///\brief Observer registry for graph alteration observers. |
26 |
26 |
27 namespace lemon { |
27 namespace lemon { |
28 |
28 |
29 /// \addtogroup graphmaps |
29 /// \addtogroup graphmapfactory |
30 /// @{ |
30 /// @{ |
31 |
31 |
32 /// \brief Registry class to register objects observes alterations in |
32 /// \brief Registry class to register objects observes alterations in |
33 /// the graph. |
33 /// the graph. |
34 /// |
34 /// |