Eval(const std::string &expr) | AGDD::ExpressionEvaluator | |
Eval(const char *expr) | AGDD::ExpressionEvaluator | |
EvaluateString(const std::string &str) | AGDD::ExpressionEvaluator | |
ExpressionEvaluator() | AGDD::ExpressionEvaluator | |
is_delimiter(char c) | AGDD::ExpressionEvaluator | |
is_real_variable(const std::string &var_name) | AGDD::ExpressionEvaluator | |
m_calc | AGDD::ExpressionEvaluator | private |
m_CTable | AGDD::ExpressionEvaluator | private |
m_fileCurrentlyParsed | AGDD::ExpressionEvaluator | private |
m_PCTable | AGDD::ExpressionEvaluator | private |
m_real_vars | AGDD::ExpressionEvaluator | private |
RegisterArray(std::string &c, const std::vector< double > &v) | AGDD::ExpressionEvaluator | |
RegisterConstant(std::string &c, double v) | AGDD::ExpressionEvaluator | |
RegisterExpression(std::string &c, const std::string &v) | AGDD::ExpressionEvaluator | |
RegisterPhysConstant(std::string &, const std::string &, const std::string &) | AGDD::ExpressionEvaluator | |
RegisterVariable(const std::string &var_name, double value) | AGDD::ExpressionEvaluator | |
setFileCurrentlyParsed(const std::string &set) | AGDD::ExpressionEvaluator | inline |
tokenize(const std::string &, const std::string &) | AGDD::ExpressionEvaluator | static |
trim(const std::string &) | AGDD::ExpressionEvaluator | static |
~ExpressionEvaluator() | AGDD::ExpressionEvaluator | |