COPASI API
4.16.103
|
#include <CCopasiObject.h>
Public Member Functions | |
virtual void | operator() (const VType &value) |
SpecificUpdateMethod (CType *pType, void(CType::*method)(const VType &)) | |
virtual | ~SpecificUpdateMethod () |
![]() | |
virtual void | operator() (const C_FLOAT64 &C_UNUSED(value)) |
virtual void | operator() (const C_INT32 &C_UNUSED(value)) |
virtual void | operator() (const bool &C_UNUSED(value)) |
virtual | ~UpdateMethod () |
Private Attributes | |
void(CType::* | mMethod )(const VType &) |
CType * | mpType |
Definition at line 67 of file CCopasiObject.h.
|
inline |
Definition at line 77 of file CCopasiObject.h.
References SpecificUpdateMethod< CType, VType >::mMethod, and SpecificUpdateMethod< CType, VType >::mpType.
|
inlinevirtual |
Definition at line 84 of file CCopasiObject.h.
|
inlinevirtual |
Definition at line 87 of file CCopasiObject.h.
References SpecificUpdateMethod< CType, VType >::mMethod, and SpecificUpdateMethod< CType, VType >::mpType.
|
private |
Definition at line 70 of file CCopasiObject.h.
Referenced by SpecificUpdateMethod< CType, VType >::operator()(), and SpecificUpdateMethod< CType, VType >::SpecificUpdateMethod().
|
private |
Definition at line 71 of file CCopasiObject.h.
Referenced by SpecificUpdateMethod< CType, VType >::operator()(), and SpecificUpdateMethod< CType, VType >::SpecificUpdateMethod().