#include <ops.hh>
|
| OpNOTBool (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
| constructor gets RasDaMan base type of result and operand. More...
|
|
virtual void | operator() (char *result, const char *op) |
| operator to carry out operation on { op} with result { result}. More...
|
|
| UnaryOp (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
|
virtual | ~UnaryOp () |
|
OpNOTBool::OpNOTBool |
( |
const BaseType * |
newResType, |
|
|
const BaseType * |
newOpType, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOpOff = 0 |
|
) |
| |
constructor gets RasDaMan base type of result and operand.
virtual void OpNOTBool::operator() |
( |
char * |
result, |
|
|
const char * |
op |
|
) |
| |
|
virtual |
operator to carry out operation on { op} with result { result}.
Implements UnaryOp.
The documentation for this class was generated from the following file: