NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include "commandlineparser.hpp"
#include "../kernel.hpp"
#include "utils/tools.hpp"
#include "maths/parser_functions.hpp"
Go to the source code of this file.
Functions | |
std::string | removeQuotationMarks (const std::string &sString) |
This function simply removes the surrounding quotation marks. More... | |
std::string removeQuotationMarks | ( | const std::string & | sString | ) |
This function simply removes the surrounding quotation marks.
sString | const std::string& |
Definition at line 79 of file stringfunctions.hpp.
Referenced by CommandLineParser::getExprAsFileName(), CommandLineParser::getFileParameterValue(), and CommandLineParser::getParameterValueAsString().