GClasses
GClasses::GFunctionParser Member List

This is the complete list of members for GClasses::GFunctionParser, including all inherited members.

add(const char *szEquations)GClasses::GFunctionParser
addFunction(const char *name, GFunctionNode *pRoot, int expectedParams)GClasses::GFunctionParserprotected
findOperatorWithLowestPrecidence(std::vector< std::string > &tokens, int start, int count)GClasses::GFunctionParserprotected
getFunction(const char *name)GClasses::GFunctionParser
getFunctionNoThrow(const char *name)GClasses::GFunctionParser
GFunctionParser()GClasses::GFunctionParser
m_functionsGClasses::GFunctionParserprotected
m_pDivideGClasses::GFunctionParserprotected
m_pExponentGClasses::GFunctionParserprotected
m_pMinusGClasses::GFunctionParserprotected
m_pModulusGClasses::GFunctionParserprotected
m_pNegateGClasses::GFunctionParserprotected
m_pPlusGClasses::GFunctionParserprotected
m_pTimesGClasses::GFunctionParserprotected
onOverride(const char *name)GClasses::GFunctionParserinlinevirtual
parseCommaSeparatedChildren(std::vector< std::string > &variables, GFunctionCall *pFunc, std::vector< std::string > &tokens, int start, int count, int depth)GClasses::GFunctionParserprotected
parseFunction(std::vector< std::string > &tokens, int start, int count)GClasses::GFunctionParserprotected
parseFunctionBody(std::vector< std::string > &variables, std::vector< std::string > &tokens, int start, int count, int depth)GClasses::GFunctionParserprotected
parseFunctionList(std::vector< std::string > &tokens)GClasses::GFunctionParserprotected
parseMathOperator(std::vector< std::string > &variables, std::vector< std::string > &tokens, int start, int count, int index, int depth)GClasses::GFunctionParserprotected
parseVariableNames(std::vector< std::string > &variables, std::vector< std::string > &tokens, int start, int count)GClasses::GFunctionParserprotected
test()GClasses::GFunctionParserstatic
~GFunctionParser()GClasses::GFunctionParservirtual