updater Class Reference

List of all members.

Public Member Functions

Protected Attributes

Friends


Detailed Description

Definition at line 124 of file dynamic.cpp.


Constructor & Destructor Documentation

updater ( updater_rep rep2  )  [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {

updater ( const updater_rep rep2,
bool  with_inc 
) [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {

updater ( const updater x  )  [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {

~updater (  )  [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {

updater ( const routine fun,
dynamic_rep ret,
const vector< dynamic > &  args 
) [inline]

Definition at line 127 of file dynamic.cpp.

00128                                               :
00129     rep (new updater_rep (fun, ret, args)) {}
  friend void destroy (const updater& u);


Member Function Documentation

void operator delete ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 125 of file dynamic.cpp.

00126 :
  inline updater (const routine& fun, dynamic_rep* ret,

void operator delete[] ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 125 of file dynamic.cpp.

00126 :
  inline updater (const routine& fun, dynamic_rep* ret,

void* operator new ( size_t  sz,
void *  where 
) [inline]

Definition at line 125 of file dynamic.cpp.

00126 :
  inline updater (const routine& fun, dynamic_rep* ret,

void* operator new ( size_t  sz  )  [inline]

Definition at line 125 of file dynamic.cpp.

00126 :
  inline updater (const routine& fun, dynamic_rep* ret,

void* operator new[] ( size_t  sz,
void *  where 
) [inline]

Definition at line 125 of file dynamic.cpp.

00126 :
  inline updater (const routine& fun, dynamic_rep* ret,

void* operator new[] ( size_t  sz  )  [inline]

Definition at line 125 of file dynamic.cpp.

00126 :
  inline updater (const routine& fun, dynamic_rep* ret,

const updater_rep * operator-> (  )  const [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {

updater & operator= ( const updater x  )  [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {

void secure (  )  [inline]

Definition at line 133 of file dynamic.cpp.

00139 : public observer_rep {


Friends And Related Function Documentation

void destroy ( const updater u  )  [friend]
friend class updater_rep [friend]

Definition at line 131 of file dynamic.cpp.


Member Data Documentation

updater_rep* rep [protected]

Definition at line 125 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