|
COPASI API
4.40.278
|
#include <string>#include <vector>Classes | |
| struct | CheckPoint |
| struct | FittingItem |
| class | ResultData |
| class | ResultParser |
Functions | |
| bool | containsOptimization (const std::string &val) |
| void | replaceAllSubStringsInPlace (std::string &str, const std::string &from, const std::string &to) |
| std::string | sanitizeName (const std::string &name) |
| std::string & | sanitizeName (std::string &name) |
Variables | |
| const std::string | FUNCTION_EVAL = "[Function Eva" |
| bool containsOptimization | ( | const std::string & | val | ) |
Referenced by ResultParser::readItems().
| void replaceAllSubStringsInPlace | ( | std::string & | str, |
| const std::string & | from, | ||
| const std::string & | to | ||
| ) |
Referenced by sanitizeName().
| std::string sanitizeName | ( | const std::string & | name | ) |
References replaceAllSubStringsInPlace().
Referenced by ResultData::appliesTo(), ResultData::getItems(), ResultParser::parseItem(), and ResultData::updateFitItemsFromOptItems().
| std::string& sanitizeName | ( | std::string & | name | ) |
References replaceAllSubStringsInPlace().
| const std::string FUNCTION_EVAL = "[Function Eva" |
Referenced by ResultParser::readValues().