#include <nodes.h>
Public Member Functions | |
TFuncNode (const std::string &AName, TNode< T > *AParam) | |
std::string | name () const |
virtual void | accept (TNodeVisitor< T > &) |
calls the visit method in TNodeVisitor<> | |
virtual TFuncNode< T > * | clone () const |
clones that node |
Definition at line 566 of file nodes.h.