UnaryOperation class A class representing unary operators in the parse tree.
The objects are stored by reference
Definition at line 361 of file Expression.h.
Public Member Functions | |
UnaryOp (Operator, const RHS &rhs) | |
~UnaryOp () | |
T | apply (unsigned int i) const |
bool | IsInUse (const T *p) const |
T | operator() (unsigned int i, unsigned int j) const |
Protected Attributes | |
const RHS & | rhs_ |
#include <Math/Expression.h>
|
inline |
Definition at line 364 of file Expression.h.
|
inline |
Definition at line 368 of file Expression.h.
|
inline |
Definition at line 371 of file Expression.h.
|
inline |
Definition at line 378 of file Expression.h.
|
inline |
Definition at line 374 of file Expression.h.
|
protected |
Definition at line 384 of file Expression.h.