This is a manager for callbacks called when an new Observable is created.  
 More...
#include <anatomist/observer/observcreat.h>
This is a manager for callbacks called when an new Observable is created. 
Definition at line 44 of file observcreat.h.
◆ Notifier
      
        
          | typedef void(* anatomist::ObservableCreatedNotifier::Notifier) (Observable *) | 
      
 
 
◆ notifiers()
  
  | 
        
          | static const std::list<Notifier>& anatomist::ObservableCreatedNotifier::notifiers | ( |  | ) |  |  | static | 
 
 
◆ notifyCreated()
  
  | 
        
          | static void anatomist::ObservableCreatedNotifier::notifyCreated | ( | Observable * | o | ) |  |  | static | 
 
 
◆ registerNotifier()
  
  | 
        
          | static void anatomist::ObservableCreatedNotifier::registerNotifier | ( | Notifier | n | ) |  |  | static | 
 
 
◆ unregisterNotifier()
  
  | 
        
          | static void anatomist::ObservableCreatedNotifier::unregisterNotifier | ( | Notifier | n | ) |  |  | static | 
 
 
The documentation for this class was generated from the following file: