#include <nodes.h>
Inheritance diagram for math::TSymbolNode< T >:

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 | |
Definition at line 354 of file nodes.h.
1.3.2