copasi API
0.1
|
#include <CCallParameters.h>
Classes | |
union | UType |
Public Types | |
typedef std::vector< UType > ::const_iterator | const_iterator |
Public Member Functions | |
CCallParameters (const unsigned C_INT32 &size=0) | |
CCallParameters (const CCallParameters &src) | |
~CCallParameters () | |
void | resize (const unsigned C_INT32 &size) |
void | push_back (const Type *value) |
void | push_back (CCallParameters< Type > *vector) |
void | clear () |
unsigned C_INT32 | size () const |
UType & | operator[] (const unsigned C_INT32 &index) |
const UType & | operator[] (const unsigned C_INT32 &index) const |
const_iterator | begin () const |
const_iterator | end () const |
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 CCopasiObject*>
typedef std::vector< UType >::const_iterator CCallParameters< Type >::const_iterator |
CCallParameters< Type >::CCallParameters | ( | const unsigned C_INT32 & | size = 0 | ) | [inline] |
CCallParameters< Type >::CCallParameters | ( | const CCallParameters< Type > & | src | ) | [inline] |
CCallParameters< Type >::~CCallParameters | ( | ) | [inline] |
const_iterator CCallParameters< Type >::begin | ( | ) | const [inline] |
void CCallParameters< Type >::clear | ( | ) | [inline] |
const_iterator CCallParameters< Type >::end | ( | ) | const [inline] |
UType& CCallParameters< Type >::operator[] | ( | const unsigned C_INT32 & | index | ) | [inline] |
const UType& CCallParameters< Type >::operator[] | ( | const unsigned C_INT32 & | index | ) | const [inline] |
void CCallParameters< Type >::push_back | ( | const Type * | value | ) | [inline] |
void CCallParameters< Type >::push_back | ( | CCallParameters< Type > * | vector | ) | [inline] |
void CCallParameters< Type >::resize | ( | const unsigned C_INT32 & | size | ) | [inline] |
unsigned C_INT32 CCallParameters< Type >::size | ( | ) | const [inline] |