Planeshift
FunctionParser Member List

This is the complete list of members for FunctionParser, including all inherited members.

AddConstant(const std::string &name, doublevalue)FunctionParserBase< double >
AddFunction(const std::string &name, FunctionPtr, unsigned paramsAmount)FunctionParserBase< double >
AddFunction(const std::string &name, FunctionParserBase &)FunctionParserBase< double >
AddFunctionWrapper(const std::string &name, const DerivedWrapper &, unsigned paramsAmount)FunctionParserBase< double >
AddUnit(const std::string &name, doublevalue)FunctionParserBase< double >
EMPTY_PARENTH enum valueFunctionParserBase< double >
epsilon()FunctionParserBase< double >static
ErrorMsg() constFunctionParserBase< double >
Eval(const double *Vars)FunctionParserBase< double >
EvalError() constFunctionParserBase< double >
EXPECT_OPERATOR enum valueFunctionParserBase< double >
EXPECT_PARENTH_FUNC enum valueFunctionParserBase< double >
ForceDeepCopy()FunctionParserBase< double >
FP_NO_ERROR enum valueFunctionParserBase< double >
FunctionParserBase()FunctionParserBase< double >
FunctionParserBase(const FunctionParserBase &)FunctionParserBase< double >
FunctionPtr typedefFunctionParserBase< double >
GetFunctionWrapper(const std::string &name)FunctionParserBase< double >
GetParseErrorType() constFunctionParserBase< double >
getParserData()FunctionParserBase< double >protected
ILL_PARAMS_AMOUNT enum valueFunctionParserBase< double >
INVALID_VARS enum valueFunctionParserBase< double >
MISM_PARENTH enum valueFunctionParserBase< double >
MISSING_PARENTH enum valueFunctionParserBase< double >
NO_FUNCTION_PARSED_YET enum valueFunctionParserBase< double >
operator=(const FunctionParserBase &)FunctionParserBase< double >
Optimize()FunctionParserBase< double >
OUT_OF_MEMORY enum valueFunctionParserBase< double >
Parse(const char *Function, const std::string &Vars, bool useDegrees=false)FunctionParserBase< double >
Parse(const std::string &Function, const std::string &Vars, bool useDegrees=false)FunctionParserBase< double >
ParseAndDeduceVariables(const std::string &function, int *amountOfVariablesFound=0, bool useDegrees=false)FunctionParserBase< double >
ParseAndDeduceVariables(const std::string &function, std::string &resultVarString, int *amountOfVariablesFound=0, bool useDegrees=false)FunctionParserBase< double >
ParseAndDeduceVariables(const std::string &function, std::vector< std::string > &resultVars, bool useDegrees=false)FunctionParserBase< double >
ParseErrorType enum nameFunctionParserBase< double >
ParseIdentifier(const char *)FunctionParserBase< double >protectedstatic
ParseLiteral(const char *)FunctionParserBase< double >protectedstatic
PREMATURE_EOS enum valueFunctionParserBase< double >
RemoveIdentifier(const std::string &name)FunctionParserBase< double >
setDelimiterChar(char)FunctionParserBase< double >
setEpsilon(double)FunctionParserBase< double >static
SYNTAX_ERROR enum valueFunctionParserBase< double >
UNEXPECTED_ERROR enum valueFunctionParserBase< double >
UNKNOWN_IDENTIFIER enum valueFunctionParserBase< double >
value_type typedefFunctionParserBase< double >
~FunctionParserBase()FunctionParserBase< double >