GClasses
|
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::GFunctionParser | protected |
findOperatorWithLowestPrecidence(std::vector< std::string > &tokens, int start, int count) | GClasses::GFunctionParser | protected |
getFunction(const char *name) | GClasses::GFunctionParser | |
getFunctionNoThrow(const char *name) | GClasses::GFunctionParser | |
GFunctionParser() | GClasses::GFunctionParser | |
m_functions | GClasses::GFunctionParser | protected |
m_pDivide | GClasses::GFunctionParser | protected |
m_pExponent | GClasses::GFunctionParser | protected |
m_pMinus | GClasses::GFunctionParser | protected |
m_pModulus | GClasses::GFunctionParser | protected |
m_pNegate | GClasses::GFunctionParser | protected |
m_pPlus | GClasses::GFunctionParser | protected |
m_pTimes | GClasses::GFunctionParser | protected |
onOverride(const char *name) | GClasses::GFunctionParser | inlinevirtual |
parseCommaSeparatedChildren(std::vector< std::string > &variables, GFunctionCall *pFunc, std::vector< std::string > &tokens, int start, int count, int depth) | GClasses::GFunctionParser | protected |
parseFunction(std::vector< std::string > &tokens, int start, int count) | GClasses::GFunctionParser | protected |
parseFunctionBody(std::vector< std::string > &variables, std::vector< std::string > &tokens, int start, int count, int depth) | GClasses::GFunctionParser | protected |
parseFunctionList(std::vector< std::string > &tokens) | GClasses::GFunctionParser | protected |
parseMathOperator(std::vector< std::string > &variables, std::vector< std::string > &tokens, int start, int count, int index, int depth) | GClasses::GFunctionParser | protected |
parseVariableNames(std::vector< std::string > &variables, std::vector< std::string > &tokens, int start, int count) | GClasses::GFunctionParser | protected |
test() | GClasses::GFunctionParser | static |
~GFunctionParser() | GClasses::GFunctionParser | virtual |