NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This is the complete list of members for CommandLineParser, including all inherited members.
clearReturnValue() | CommandLineParser | inline |
CMD_DAT_PAR enum value | CommandLineParser | |
CMD_EXPR_set_PAR enum value | CommandLineParser | |
CMD_PAR enum value | CommandLineParser | |
CommandLineParser(const std::string &sCommandLine, CommandSignature signature) | CommandLineParser | |
CommandLineParser(const std::string &sCommandLine, const std::string &sCommand, CommandSignature signature) | CommandLineParser | |
CommandSignature enum name | CommandLineParser | |
exprContainsDataObjects() const | CommandLineParser | |
getAllParametersWithValues() const | CommandLineParser | |
getCommand() const | CommandLineParser | inline |
getCommandLine() const | CommandLineParser | inline |
getExpr() const | CommandLineParser | inline |
getExprAsDataObject() const | CommandLineParser | |
getExprAsFileName(std::string sFileExt, const std::string &sBasePath="") const | CommandLineParser | |
getExprAsMathExpression(bool parseDataObjects=false) const | CommandLineParser | |
getFileParameterValue(std::string sFileExt, const std::string &sBaseFolder="", const std::string &sDefaultName="") const | CommandLineParser | |
getFileParameterValueForSaving(std::string sFileExt, const std::string &sBaseFolder="", const std::string &sDefaultName="") const | CommandLineParser | |
getParameterList() const | CommandLineParser | inline |
getParameterValue(const std::string &sParameter) const | CommandLineParser | |
getParameterValueAsNumericalValue(const std::string &sParameter) const | CommandLineParser | |
getParameterValueAsString(const std::string &sParameter, const std::string &sDefaultValue, bool stripAlways=false, bool onlyStringEvaluation=false) const | CommandLineParser | |
getReturnValueStatement() const | CommandLineParser | inline |
getTargetTable(Indices &_targetIndices, const std::string &sDefaultTableName) | CommandLineParser | |
hasParam(const std::string &sParameter) const | CommandLineParser | |
m_cmd | CommandLineParser | private |
m_commandLine | CommandLineParser | private |
m_expr | CommandLineParser | private |
m_parlist | CommandLineParser | private |
m_returnValueStatement | CommandLineParser | private |
parse(const std::string &sCommandString, CommandSignature signature) | CommandLineParser | private |
parseExprAsNumericalValues() const | CommandLineParser | |
parseExprAsString() const | CommandLineParser | |
parseFileName(std::string &sFileName, std::string &sFileExt, const std::string &sBasePath) const | CommandLineParser | private |
parseIntervals(bool bErase=false) | CommandLineParser | |
setReturnValue(const std::string &sRetVal) | CommandLineParser | inline |
setReturnValue(const std::vector< mu::value_type > &vRetVal) | CommandLineParser | |
setReturnValue(const std::vector< std::string > &vRetVal) | CommandLineParser |