30 #ifndef AMATH_FUNCTION_USER_H 31 #define AMATH_FUNCTION_USER_H 34 #include "../userfunction.h" Represents a mathematical function in a syntax tree.
Base class for all nodes in a syntax tree.
An expression node able to compute a function value.
void Replace(SyntaxNode *n, SyntaxNode *x)
void Detach(SyntaxNode *node)
Base class for all nodes related to mathematical expressions.
void Attach(SyntaxNode *node)
UserFunctionNode(UserFunction *function, ExpressionNode *parameter)