|
COPASI API
4.40.278
|
This is the complete list of members for ResultParser, including all inherited members.
| fromFile(const std::string &fileName, CDataModel *dataModel=NULL) | ResultParser | static |
| ltrim(std::string &s) | ResultParser | inlinestatic |
| parseContent(const std::string &content) | ResultParser | static |
| parseFile(const std::string &fileName, CDataModel *dataModel=NULL) | ResultParser | static |
| parseItem(const std::string &line) | ResultParser | static |
| parseStream(std::istream &reader, CDataModel *dataModel=NULL) | ResultParser | static |
| parseValue(const std::string &line) | ResultParser | static |
| readItems(std::istream &reader, bool &flag) | ResultParser | static |
| readValues(std::istream &reader) | ResultParser | static |
| rtrim(std::string &s) | ResultParser | inlinestatic |
| saveToDouble(const std::string &doubleString, double defaultValue=0) | ResultParser | static |
| skipTo(std::istream &reader, const std::string &lineStart) | ResultParser | static |
| skipTo(std::istream &reader, const std::string &lineStart, bool &flag, bool(*eval)(const std::string &)=NULL) | ResultParser | static |
| split(const std::string &s, char delim, bool removeEmpty=true) | ResultParser | static |
| split(const std::string &s, char delim, std::vector< std::string > &elems, bool removeEmpty=true) | ResultParser | static |
| split(const std::string &s, const std::string &delims, std::vector< std::string > &elems) | ResultParser | static |
| toInt32(const std::string &str) | ResultParser | static |
| trim(const std::string &s1) | ResultParser | static |
| trim_in_place(std::string &s) | ResultParser | inlinestatic |