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