COPASI API
4.16.103
|
#include <CMiaseBase.h>
Public Member Functions | |
CMiaseNotes () | |
std::string | getNotes () |
std::string | getXmlNs () |
void | setNotes (std::string notes) |
void | setXmlNs (std::string xmlNs) |
~CMiaseNotes () | |
Private Attributes | |
std::string | mNotes |
std::string | mXmlNs |
Definition at line 20 of file CMiaseBase.h.
CMiaseNotes::CMiaseNotes | ( | ) |
Definition at line 17 of file CMiaseBase.cpp.
CMiaseNotes::~CMiaseNotes | ( | ) |
Definition at line 20 of file CMiaseBase.cpp.
std::string CMiaseNotes::getNotes | ( | ) |
Definition at line 23 of file CMiaseBase.cpp.
References mNotes.
Referenced by CMiaseParser::testDataStructure().
std::string CMiaseNotes::getXmlNs | ( | ) |
Definition at line 33 of file CMiaseBase.cpp.
References mXmlNs.
void CMiaseNotes::setNotes | ( | std::string | notes | ) |
Definition at line 28 of file CMiaseBase.cpp.
References mNotes.
Referenced by CMiaseParser::endElement().
void CMiaseNotes::setXmlNs | ( | std::string | xmlNs | ) |
Definition at line 38 of file CMiaseBase.cpp.
References mXmlNs.
Referenced by CMiaseParser::newNotes().
|
private |
Definition at line 37 of file CMiaseBase.h.
Referenced by getNotes(), and setNotes().
|
private |
Definition at line 38 of file CMiaseBase.h.
Referenced by getXmlNs(), and setXmlNs().