basix_doc 0.1
result_observer_rep Class Reference
Inheritance diagram for result_observer_rep:
observer_rep rep_struct

List of all members.

Public Member Functions

Public Attributes

Friends


Detailed Description

Definition at line 156 of file dynamic.cpp.


Constructor & Destructor Documentation

result_observer_rep ( dynamic_rep res,
const updater u2 
) [inline]

Definition at line 160 of file dynamic.cpp.

                                                                  :
    observer_rep (res), u (u2) {}
~result_observer_rep ( ) [inline]

Definition at line 162 of file dynamic.cpp.

{}

Member Function Documentation

void destroy ( ) const [inline, virtual]

Implements observer_rep.

Definition at line 164 of file dynamic.cpp.

References mmx::destroy().

{ mmx::destroy (u); }
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 165 of file dynamic.cpp.

{}
nat observer_type ( ) const [inline, virtual]

Implements observer_rep.

Definition at line 163 of file dynamic.cpp.

References RESULT_OBSERVER.

{ return RESULT_OBSERVER; }

Friends And Related Function Documentation

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.


Member Data Documentation

dynamic_rep* ref [inherited]

Definition at line 35 of file dynamic.hpp.

MMX_ALLOCATORS int ref_count [inherited]

Definition at line 138 of file basix.hpp.

Definition at line 158 of file dynamic.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines