COPASI API
4.16.103
|
#include <CMiaseBase.h>
Public Member Functions | |
CMiaseAnnotation () | |
std::string | getAnyNote () |
std::string | getXmlNs () |
void | setAnyNote (std::string anyAnnotation) |
void | setXmlNs (std::string xmlNs) |
~CMiaseAnnotation () | |
Private Attributes | |
std::string | mAnyAnnotation |
std::string | mXmlNs |
Definition at line 41 of file CMiaseBase.h.
CMiaseAnnotation::CMiaseAnnotation | ( | ) |
Definition at line 45 of file CMiaseBase.cpp.
CMiaseAnnotation::~CMiaseAnnotation | ( | ) |
Definition at line 48 of file CMiaseBase.cpp.
std::string CMiaseAnnotation::getAnyNote | ( | ) |
std::string CMiaseAnnotation::getXmlNs | ( | ) |
Definition at line 56 of file CMiaseBase.cpp.
References mXmlNs.
void CMiaseAnnotation::setAnyNote | ( | std::string | anyAnnotation | ) |
Definition at line 61 of file CMiaseBase.cpp.
References mAnyAnnotation.
Referenced by CMiaseParser::endElement().
void CMiaseAnnotation::setXmlNs | ( | std::string | xmlNs | ) |
Definition at line 66 of file CMiaseBase.cpp.
References mXmlNs.
Referenced by CMiaseParser::newAnnotation().
|
private |
Definition at line 58 of file CMiaseBase.h.
Referenced by getAnyNote(), and setAnyNote().
|
private |
Definition at line 59 of file CMiaseBase.h.
Referenced by getXmlNs(), and setXmlNs().