| 
    basix_doc 0.1 
   | 
 
  
 Definition at line 73 of file dynamic.cpp.
| output_observer_rep | ( | dynamic_rep * | arg | ) |  [inline] | 
        
Definition at line 75 of file dynamic.cpp.
: observer_rep (arg) {}
| ~output_observer_rep | ( | ) |  [inline] | 
        
Definition at line 76 of file dynamic.cpp.
{}
| void destroy | ( | ) |  const [inline, virtual] | 
        
| virtual void message | ( | const generic & | msg | ) |  const [inline, virtual, inherited] | 
        
Definition at line 43 of file dynamic.hpp.
{ (void) msg; }
| void modify | ( | ) |  const [inline, virtual] | 
        
Implements observer_rep.
Definition at line 79 of file dynamic.cpp.
References mmx::dynamic_event, and mmx::unique_identifier().
                              {
    if (dynamic_event == NULL) return;
    dynamic_event (unique_identifier (dynamic (ref, true)), ref->val); }
| nat observer_type | ( | ) |  const [inline, virtual] | 
        
Implements observer_rep.
Definition at line 77 of file dynamic.cpp.
References OUTPUT_OBSERVER.
{ return OUTPUT_OBSERVER; }
friend class dynamic [friend, inherited] | 
        
Definition at line 46 of file dynamic.hpp.
friend class observer [friend, inherited] | 
        
Definition at line 45 of file dynamic.hpp.
dynamic_rep* ref [inherited] | 
        
Definition at line 35 of file dynamic.hpp.