COPASI API
4.16.103
|
#include <fstream>
#include <limits>
#include <cmath>
#include "copasi.h"
#include "CCopasiXMLInterface.h"
#include "model/CModel.h"
#include "report/CReportDefinition.h"
#include "report/CReportDefinitionVector.h"
#include "plot/COutputDefinitionVector.h"
#include "plot/CPlotSpecification.h"
#include "CCopasiXMLParser.h"
#include "utilities/CCopasiVector.h"
#include "utilities/CSlider.h"
#include "utilities/CDirEntry.h"
#include "commandline/CLocaleString.h"
Go to the source code of this file.
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 | ||
) |
Definition at line 106 of file CCopasiXMLInterface.cpp.
Referenced by CCopasiXMLInterface::encode().
void encodeCHARACTER | ( | const char & | chr, |
std::ostringstream & | xml | ||
) |
Definition at line 138 of file CCopasiXMLInterface.cpp.
Referenced by CCopasiXMLInterface::encode().
void encodeNONE | ( | const char & | chr, |
std::ostringstream & | xml | ||
) |
Definition at line 68 of file CCopasiXMLInterface.cpp.
Referenced by CCopasiXMLInterface::encode().
void encodeSTD | ( | const char & | chr, |
std::ostringstream & | xml | ||
) |
std::ostream& operator<< | ( | std::ostream & | os, |
const CCopasiXMLInterface::DBL & | dbl | ||
) |
Definition at line 229 of file CCopasiXMLInterface.cpp.
References CCopasiXMLInterface::DBL::mValue.
std::ostream& operator<< | ( | std::ostream & | os, |
const CXMLAttributeList & | attr | ||
) |
Definition at line 558 of file CCopasiXMLInterface.cpp.
References CXMLAttributeList::mAttributeList, and CXMLAttributeList::mSaveList.