, including all inherited members.
addFunction(const char *name, GFunctionNode *pRoot, int expectedParams) | GClasses::GFunctionParser | [protected] |
findOperatorWithLowestPrecidence(std::vector< std::string > &tokens, int start, int count) | GClasses::GFunctionParser | [protected] |
flushStubs() | GClasses::GFunctionParser | [protected] |
getFunction(const char *name) | GClasses::GFunctionParser | |
getFunctionNoThrow(const char *name) | GClasses::GFunctionParser | |
GFunctionParser(const char *szEquations) | 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] |
m_stubs | GClasses::GFunctionParser | [protected] |
m_tokens | GClasses::GFunctionParser | [protected] |
makeStubbedOperator(const char *szName) | GClasses::GFunctionParser | [protected] |
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 | |