|
COPASI API
4.40.278
|
#include <CVCard.h>
Public Member Functions | |
| CVCard (const CVCard &src) | |
| CVCard (const std::string &type="") | |
| CVCard (XMLInputStream &stream, const XMLToken ¤t) | |
| const std::string & | getType () const |
| void | setType (const std::string &type) |
| virtual | ~CVCard () |
Private Attributes | |
| std::string | mType |
| CVCard::CVCard | ( | const std::string & | type = "" | ) |
Referenced by CModelVersion::CModelVersion().
| CVCard::CVCard | ( | XMLInputStream & | stream, |
| const XMLToken & | current | ||
| ) |
References mType.
| CVCard::CVCard | ( | const CVCard & | src | ) |
|
virtual |
| const std::string & CVCard::getType | ( | void | ) | const |
References mType.
Referenced by operator<<().
| void CVCard::setType | ( | const std::string & | type | ) |
References mType.