argument_observer_rep Class Reference

Inheritance diagram for argument_observer_rep:
observer_rep rep_struct

List of all members.

Public Member Functions

Public Attributes

Friends


Detailed Description

Definition at line 139 of file dynamic.cpp.


Constructor & Destructor Documentation

argument_observer_rep ( dynamic_rep arg,
const updater u2 
) [inline]

Definition at line 143 of file dynamic.cpp.

00143                                                                     :
00144     observer_rep (arg), u (u2) {}
  inline ~argument_observer_rep () {}

~argument_observer_rep (  )  [inline]

Definition at line 145 of file dynamic.cpp.

00145 {}


Member Function Documentation

void destroy (  )  const [inline, virtual]

Implements observer_rep.

Definition at line 147 of file dynamic.cpp.

References mmx::destroy().

00147 { mmx::destroy (u); }

virtual void message ( const generic msg  )  const [inline, virtual, inherited]

Definition at line 43 of file dynamic.hpp.

00043 { (void) msg; }

void modify (  )  const [inline, virtual]

Implements observer_rep.

Definition at line 148 of file dynamic.cpp.

00148 { u->update (); }

nat observer_type (  )  const [inline, virtual]

Implements observer_rep.

Definition at line 146 of file dynamic.cpp.

References ARGUMENT_OBSERVER.

00146 { return ARGUMENT_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 164 of file basix.hpp.

Definition at line 141 of file dynamic.cpp.


The documentation for this class was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1