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


Public Member Functions | |
| virtual TNode< T > * | left () const |
| returns the right child node of the expression tree | |
| virtual TNode< T > * | right () const |
| returns the left child node of the expression tree | |
| virtual bool | equals (const TNode< T > *ANode) const |
| returns true, if given node equals to this one | |
Protected Member Functions | |
| TBinaryNodeOp (typename TBinaryNodeOp< T >::TNodeType AType, short APrio, TNode< T > *ALeft, TNode< T > *ARight) | |
| creates an binary operator node of type AType | |
TBinaryNodeOp<T> represents the base class for any binary operation node in the expression tree.
1.7.4