|
MathTypeLibrary(libmath++) 0.0.3
|
#include <nodes.h>


Public Member Functions | |
| TSymbolNode (const std::string &ASymbol) | |
| std::string | symbol () const |
| returns the symbol's name | |
| virtual void | accept (TNodeVisitor< T > &) |
| calls the visit method in TNodeVisitor<> | |
| virtual TSymbolNode< T > * | clone () const |
| clones that node | |
| virtual bool | equals (const TNode< T > *ANode) const |
| returns true, if given node equals to this one | |
TSymbolNode<> represents any symbol used in an expression, except the function parameter and build-in functions itself.
1.7.4