#include <nodes.h>
Public Member Functions | |
| TNegNode (TNode< T > *ANode) | |
| virtual void | accept (TNodeVisitor< T > &) |
| calls the visit method in TNodeVisitor<> | |
| virtual TNegNode< T > * | clone () const |
| clones that node | |
The class TNegNode<T> implements the negotiation operation for numbers of type T
Definition at line 448 of file nodes.h.
1.6.3