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