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


Public Member Functions | |
| TNumberNode (const T &AValue) | |
| T | number () const |
| virtual void | accept (TNodeVisitor< T > &) |
| calls the visit method in TNodeVisitor<> | |
| virtual TNumberNode< T > * | clone () const |
| clones that node | |
| virtual bool | equals (const TNode< T > *ANode) const |
| returns true, if given node equals to this one | |
TNumberNode<T> represents the node holding a constant value of type T.
1.7.4