|
copasi API
0.1
|
#include <CCopasiArray.h>
Public Member Functions | |
| CCopasiArray () | |
| CCopasiArray (const index_type &sizes) | |
| ~CCopasiArray () | |
| void | resize (const index_type &sizes) |
| data_type & | operator[] (const index_type &index) |
| const data_type & | operator[] (const index_type &index) const |
| const index_type & | size () const |
| unsigned int | dimensionality () const |
this class contains an n-dimensional array
| CCopasiArray::CCopasiArray | ( | ) |
| CCopasiArray::CCopasiArray | ( | const index_type & | sizes | ) |
| CCopasiArray::~CCopasiArray | ( | ) | [inline] |
| unsigned int CCopasiArray::dimensionality | ( | ) | const [inline, virtual] |
Implements CCopasiAbstractArray.
| CCopasiArray::data_type & CCopasiArray::operator[] | ( | const index_type & | index | ) | [virtual] |
Implements CCopasiAbstractArray.
| const CCopasiArray::data_type & CCopasiArray::operator[] | ( | const index_type & | index | ) | const [virtual] |
Implements CCopasiAbstractArray.
| void CCopasiArray::resize | ( | const index_type & | sizes | ) |
| const index_type& CCopasiArray::size | ( | ) | const [inline, virtual] |
Implements CCopasiAbstractArray.
1.7.5.1