lemon/bits/alteration_notifier.h
changeset 1618 e455fafbd663
parent 1435 8e85e6bbefdf
child 1685 5b37a10234bc
equal deleted inserted replaced
0:4eac0f1d6532 1:2da969e00b7e
    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   ///