COPASI API
4.16.103
|
Public Member Functions | |
CDecisionVector (const std::string &str) | |
const bool & | operator() (const unsigned char &c) const |
virtual | ~CDecisionVector () |
Private Member Functions | |
CDecisionVector () | |
![]() | |
CVector (size_t size=0) | |
CVector (const CVector< bool > &src) | |
CVector< bool > & | operator= (const CVectorCore< bool > &rhs) |
CVector< bool > & | operator= (const CVector< bool > &rhs) |
CVector< bool > & | operator= (const bool &value) |
void | resize (size_t size, const bool ©=false) |
~CVector () | |
void | copy (const CVectorCore< bool > &rhs) |
![]() | |
bool | applyPivot (const CVectorCore< size_t > &pivot) |
bool * | array () |
const bool * | array () const |
CVectorCore (const size_t &size=0, bool *vector=NULL) | |
CVectorCore (const CVectorCore< bool > &src) | |
bool & | operator() (const size_t &row) |
const bool & | operator() (const size_t &row) const |
CVectorCore< bool > & | operator= (const bool &value) |
bool & | operator[] (const size_t &row) |
const bool & | operator[] (const size_t &row) const |
size_t | size () const |
~CVectorCore () | |
Additional Inherited Members | |
![]() | |
typedef bool | elementType |
![]() | |
size_t | mSize |
bool * | mVector |
Definition at line 56 of file CKeyFactory.h.
|
private |
Definition at line 54 of file CKeyFactory.cpp.
CKeyFactory::CDecisionVector::CDecisionVector | ( | const std::string & | str | ) |
|
virtual |
Definition at line 70 of file CKeyFactory.cpp.
const bool & CKeyFactory::CDecisionVector::operator() | ( | const unsigned char & | c | ) | const |
Definition at line 72 of file CKeyFactory.cpp.