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


Public Member Functions | |
| TNode< T > * | node () const |
| returns the child node for that unary operator node. | |
| virtual TNode< T > * | right () const |
| returns the child node (wrapper to the more declarative node() method) | |
| virtual bool | equals (const TNode< T > *ANode) const |
| returns true, if given node equals to this one | |
Protected Member Functions | |
| TUnaryNodeOp (typename TUnaryNodeOp< T >::TNodeType AType, short APriority, TNode< T > *ANode) | |
| creates an unary operator node of type AType. | |
Definition at line 388 of file nodes.h.
1.4.5