COPASI API
4.16.103
|
#include <sstream>
#include <locale>
#include <cmath>
#include "copasi.h"
#include "CopasiDataModel/CCopasiDataModel.h"
#include "report/CCopasiRootContainer.h"
#include "CODEExporterC.h"
#include "model/CModel.h"
#include "model/CMetab.h"
#include "model/CMetabNameInterface.h"
#include "utilities/CCopasiVector.h"
#include "model/CReaction.h"
#include "model/CMoiety.h"
#include "model/CChemEqElement.h"
#include "function/CExpression.h"
#include "function/CFunction.h"
#include "function/CFunctionDB.h"
#include "report/CKeyFactory.h"
#include "function/CEvaluationTree.h"
#include "function/CEvaluationNode.h"
#include "function/CEvaluationNodeObject.h"
#include "function/CEvaluationNodeOperator.h"
#include "function/CEvaluationNodeFunction.h"
#include "utilities/CCopasiTree.h"
#include "trajectory/CTrajectoryTask.h"
#include "trajectory/CTrajectoryProblem.h"
#include <sbml/util/util.h>
#include <iostream>
#include <fstream>
#include <ctype.h>
Go to the source code of this file.
Functions | |
void | printNameForKey (std::ostringstream &stream, CKeyFactory *kf, const std::string &key, const std::string prefix="") |
bool | startsWith (const std::string &str, const std::string &sub) |
void printNameForKey | ( | std::ostringstream & | stream, |
CKeyFactory * | kf, | ||
const std::string & | key, | ||
const std::string | prefix = "" |
||
) |
Definition at line 76 of file CODEExporterC.cpp.
References CKeyFactory::get(), CCopasiObject::getObjectName(), and startsWith().
Referenced by CODEExporterC::exportTitleData().
bool startsWith | ( | const std::string & | str, |
const std::string & | sub | ||
) |
Definition at line 64 of file CODEExporterC.cpp.
Referenced by CODEExporterC::exportTitleData(), and printNameForKey().