MathTypeLibrary(libmath++) 0.0.3
|
#include <nodes.h>
Public Member Functions | |
TEquNode (TNode< T > *ALeft, TNode< T > *ARight) | |
virtual void | accept (TNodeVisitor< T > &) |
calls the visit method in TNodeVisitor<> | |
virtual TEquNode * | clone () const |
clones that node |
The class TEquNode<> impelemnts the equation operation on nodes for numbers of type T.