COPASI API
4.40.278
|
#include <CCallParameters.h>
Classes | |
union | UType |
Public Types | |
typedef std::vector< UType >::const_iterator | const_iterator |
Public Member Functions | |
const_iterator | begin () const |
CCallParameters (const CCallParameters &src) | |
CCallParameters (const size_t &size=0) | |
void | clear () |
const_iterator | end () const |
UType & | operator[] (const size_t &index) |
const UType & | operator[] (const size_t &index) const |
void | push_back (CCallParameters< Type > *vector) |
void | push_back (const Type *value) |
void | resize (const size_t &size) |
size_t | size () const |
~CCallParameters () | |
Created for Copasi by Stefan Hoops (C) Stefan Hoops 2002 CCallParameterPointers
This is what is actually passed to a function. Some of the void* can be pointers to vector<const CDataObject*>
typedef std::vector< UType >::const_iterator CCallParameters< Type >::const_iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by CFunctionParameterMap::addCallParameter(), and CFunctionParameterMap::getObjects().
|
inline |
References CCallParameters< Type >::end(), and CCallParameters< Type >::size().
Referenced by CFunctionParameterMap::initCallParameters().
|
inline |