|
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 | |
| CCopasiVectorNS (const std::string &name="NoName", const CCopasiContainer *pParent=NULL) | |
| CCopasiVectorNS (const CCopasiVectorNS< CType > &src, const CCopasiContainer *pParent=NULL) | |
| virtual | ~CCopasiVectorNS () |
| virtual void | load (CReadConfig &configbuffer, unsigned C_INT32 size) |
| typedef std::vector< CType * >::const_iterator CCopasiVectorNS< CType >::const_iterator |
Reimplemented from CCopasiVectorN< CType >.
| typedef std::vector< CType * >::iterator CCopasiVectorNS< CType >::iterator |
Reimplemented from CCopasiVectorN< CType >.
| typedef std::vector< CType * >::value_type CCopasiVectorNS< CType >::value_type |
Reimplemented from CCopasiVectorN< CType >.
| CCopasiVectorNS< CType >::CCopasiVectorNS | ( | const std::string & | name = "NoName", |
| const CCopasiContainer * | pParent = NULL |
||
| ) | [inline] |
Default constructor
| const | std::string & name (Default: "NoName") |
| const | CCopasiContainer * pParent (Default: NULL) |
| CCopasiVectorNS< CType >::CCopasiVectorNS | ( | const CCopasiVectorNS< CType > & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) | [inline] |
Copy constructor
| const | CCopasiVectorNS < CType > & src |
| const | CCopasiContainer * pParent (Default: NULL) |
| virtual CCopasiVectorNS< CType >::~CCopasiVectorNS | ( | ) | [inline, virtual] |
Destructor
| virtual void CCopasiVectorNS< 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 | unsigend C_INT32 & size |
1.7.5.1