MathTypeLibrary(libmath++) 0.0.3
|
#include <nodes.h>
Public Member Functions | |
virtual void | accept (TNodeVisitor< T > &) |
calls the visit method in TNodeVisitor<> | |
virtual TParamNode< T > * | clone () const |
clones that node | |
virtual bool | equals (const TNode< T > *ANode) const |
returns true, if given node equals to this one |
This node represents a parameter node on wich the whole expression tree usualle depends on.