copasi API
0.1
|
#include <CCopasiVector.h>
Public Types | |
typedef std::vector< CType * > ::value_type | value_type |
typedef std::vector< CType * > ::iterator | iterator |
typedef std::vector< CType * > ::const_iterator | const_iterator |
Public Member Functions | |
CCopasiVectorS (const std::string &name="NoName", const CCopasiContainer *pParent=NULL) | |
CCopasiVectorS (const CCopasiVectorS< CType > &src, const CCopasiContainer *pParent=NULL) | |
virtual | ~CCopasiVectorS () |
virtual void | load (CReadConfig &configbuffer, unsigned C_INT32 size) |
typedef std::vector< CType * >::const_iterator CCopasiVectorS< CType >::const_iterator |
Reimplemented from CCopasiVector< CType >.
typedef std::vector< CType * >::iterator CCopasiVectorS< CType >::iterator |
Reimplemented from CCopasiVector< CType >.
typedef std::vector< CType * >::value_type CCopasiVectorS< CType >::value_type |
Reimplemented from CCopasiVector< CType >.
CCopasiVectorS< CType >::CCopasiVectorS | ( | const std::string & | name = "NoName" , |
const CCopasiContainer * | pParent = NULL |
||
) | [inline] |
Default constructor
const | std::string & name (Default: "NoName") |
const | CCopasiContainer * pParent (Default: NULL) |
CCopasiVectorS< CType >::CCopasiVectorS | ( | const CCopasiVectorS< CType > & | src, |
const CCopasiContainer * | pParent = NULL |
||
) | [inline] |
Copy constructor
const | CCopasiVectorS < CType > & src |
const | CCopasiContainer * pParent (Default: NULL) |
virtual CCopasiVectorS< CType >::~CCopasiVectorS | ( | ) | [inline, virtual] |
Destructor
virtual void CCopasiVectorS< CType >::load | ( | CReadConfig & | configbuffer, |
unsigned C_INT32 | size | ||
) | [inline, virtual] |
Loads an object with data coming from a CReadConfig object. (CReadConfig object reads an input stream)
CReadConfig | & configbuffer |
const | unsigned C_INT32 & size |