|
MathTypeLibrary(libmath++) 0.0.3
|
#include <nodes.h>


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 | |
TPowNode implements the power operation
1.7.4