|
COPASI API
4.40.278
|
#include <fstream>#include <limits>#include <cmath>#include "copasi/copasi.h"#include "CCopasiXMLInterface.h"#include "copasi/model/CModel.h"#include "copasi/report/CReportDefinition.h"#include "copasi/report/CReportDefinitionVector.h"#include "copasi/plot/COutputDefinitionVector.h"#include "copasi/plot/CPlotSpecification.h"#include "copasi/core/CDataVector.h"#include "copasi/utilities/CSlider.h"#include "copasi/utilities/CDirEntry.h"#include "copasi/commandline/CLocaleString.h"Functions | |
| void | encodeATTRIBUTE (const char &chr, std::ostringstream &xml) |
| void | encodeCHARACTER (const char &chr, std::ostringstream &xml) |
| void | encodeNONE (const char &chr, std::ostringstream &xml) |
| void | encodeSTD (const char &chr, std::ostringstream &xml) |
| std::ostream & | operator<< (std::ostream &os, const CCopasiXMLInterface::DBL &dbl) |
| std::ostream & | operator<< (std::ostream &os, const CXMLAttributeList &attr) |
| void encodeATTRIBUTE | ( | const char & | chr, |
| std::ostringstream & | xml | ||
| ) |
Referenced by CCopasiXMLInterface::encode().
| void encodeCHARACTER | ( | const char & | chr, |
| std::ostringstream & | xml | ||
| ) |
Referenced by CCopasiXMLInterface::encode().
| void encodeNONE | ( | const char & | chr, |
| std::ostringstream & | xml | ||
| ) |
Referenced by CCopasiXMLInterface::encode().
| void encodeSTD | ( | const char & | chr, |
| std::ostringstream & | xml | ||
| ) |
Referenced by CCopasiXMLInterface::encode().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const CCopasiXMLInterface::DBL & | dbl | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const CXMLAttributeList & | attr | ||
| ) |