

Public Member Functions | |
| TGreaterNode (TNode< T > *ALeft, TNode< T > *ARight) | |
| virtual void | accept (TNodeVisitor< T > &) |
| calls the visit method in TNodeVisitor<> | |
| virtual TGreaterNode * | clone () const |
| clones that node | |
Definition at line 625 of file nodes.h.
1.4.5