GClasses

GClasses::GFunctionParser Member List

This is the complete list of members for GClasses::GFunctionParser, 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_functionsGClasses::GFunctionParser [protected]
m_pDivideGClasses::GFunctionParser [protected]
m_pExponentGClasses::GFunctionParser [protected]
m_pMinusGClasses::GFunctionParser [protected]
m_pModulusGClasses::GFunctionParser [protected]
m_pNegateGClasses::GFunctionParser [protected]
m_pPlusGClasses::GFunctionParser [protected]
m_pTimesGClasses::GFunctionParser [protected]
m_stubsGClasses::GFunctionParser [protected]
m_tokensGClasses::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