lemon/bits/alteration_notifier.h
changeset 1832 d0c28d9c9141
parent 1820 22099ef840d7
child 1842 8abf74160dc4
equal deleted inserted replaced
6:e06d94ff1dae 7:e59d56f4c378
   125     protected:
   125     protected:
   126       
   126       
   127       Registry* registry;
   127       Registry* registry;
   128       int registry_index;
   128       int registry_index;
   129 
   129 
   130     public:
       
   131 
       
   132       /// \brief The member function to notificate the observer about an
   130       /// \brief The member function to notificate the observer about an
   133       /// item is added to the container.
   131       /// item is added to the container.
   134       ///
   132       ///
   135       /// The add() member function notificates the observer about an item
   133       /// The add() member function notificates the observer about an item
   136       /// is added to the container. It have to be overrided in the
   134       /// is added to the container. It have to be overrided in the