COPASI API
4.40.278
|
#include <CPointerContextWithParent.h>
Public Types | |
typedef CPointerContext< Data > | Base |
Public Types inherited from CPointerContext< Data > | |
typedef CContext< Data * > | Base |
Public Member Functions | |
CPointerContextWithParent ()=delete | |
CPointerContextWithParent (const bool ¶llel, CDataContainer *pParent) | |
CPointerContextWithParent (const CPointerContextWithParent &src)=delete | |
void | setMaster (Data *pMaster) |
~CPointerContextWithParent () | |
Public Member Functions inherited from CPointerContext< Data > | |
CPointerContext ()=delete | |
CPointerContext (const bool ¶llel) | |
CPointerContext (const CPointerContext &src)=delete | |
void | setMaster (Data *pMaster) |
~CPointerContext () | |
Public Member Functions inherited from CContext< Data * > | |
Data * & | active () |
const Data * & | active () const |
Data * * | beginThread () |
const Data * * | beginThread () const |
CContext (const bool ¶llel=true) | |
CContext (const CContext &src) | |
Data * * | endThread () |
const Data * * | endThread () const |
int | globalIndex (const Data * *data) const |
void | init () |
bool | isMaster (const Data * *data) const |
bool | isThread (const Data * *data) const |
int | localIndex (const Data * *data) const |
Data * & | master () |
const Data * & | master () const |
CContext & | operator= (const CContext &rhs) |
bool | operator== (const CContext &rhs) const |
void | release () |
const size_t & | size () const |
~CContext () | |
Private Attributes | |
CDataContainer * | mpParent |
typedef CPointerContext< Data > CPointerContextWithParent< Data >::Base |
|
delete |
|
delete |
CPointerContextWithParent< Data >::CPointerContextWithParent | ( | const bool & | parallel, |
CDataContainer * | pParent | ||
) |
CPointerContextWithParent< Data >::~CPointerContextWithParent |
void CPointerContextWithParent< Data >::setMaster | ( | Data * | pMaster | ) |
Set the pointer to container used for calculations
CCopasiMethod | * pMethod |
Referenced by COptMethod::COptMethod(), and COptMethod::setProblem().
|
private |