COPASI API
4.40.278
|
Public Member Functions | |
CDecisionVector (const std::string &str) | |
const bool & | operator() (const unsigned char &c) const |
virtual | ~CDecisionVector () |
Private Member Functions | |
CDecisionVector () | |
Private Member Functions inherited from CVector< bool > | |
CVector (const CVector< bool > &src) | |
CVector (const CVectorCore< bool > &src) | |
CVector (size_t size=0) | |
CVector< bool > & | operator= (const bool &value) |
CVector< bool > & | operator= (const CVector< bool > &rhs) |
CVector< bool > & | operator= (const CVectorCore< bool > &rhs) |
void | resize (size_t size, const bool ©=false) |
virtual | ~CVector () |
void | copy (const CVectorCore< bool > &rhs) |
Private Member Functions inherited from CVectorCore< bool > | |
bool | applyPivot (const CVectorCore< size_t > &pivot) |
bool * | array () |
const bool * | array () const |
bool * | begin () |
const bool * | begin () const |
CVectorCore (const size_t &size=0, bool *buffer=NULL) | |
bool * | end () |
const bool * | end () const |
void | initialize (const CVectorCore< bool > &src) |
void | initialize (const size_t &size, const bool *vector) |
bool & | operator() (const size_t &row) |
const bool & | operator() (const size_t &row) const |
CVectorCore< bool > & | operator= (const bool &value) |
CVectorCore< bool > & | operator= (const CVectorCore< bool > &rhs) |
bool | operator== (const CVectorCore< bool > &rhs) const |
bool & | operator[] (const size_t &row) |
const bool & | operator[] (const size_t &row) const |
size_t | size () const |
virtual | ~CVectorCore () |
Additional Inherited Members | |
Private Types inherited from CVectorCore< bool > | |
typedef bool | elementType |
Private Attributes inherited from CVectorCore< bool > | |
bool * | mpBuffer |
size_t | mSize |
|
private |
CKeyFactory::CDecisionVector::CDecisionVector | ( | const std::string & | str | ) |
References CVectorCore< bool >::size().
|
virtual |
const bool & CKeyFactory::CDecisionVector::operator() | ( | const unsigned char & | c | ) | const |