#include <ops.hh>
|
| OpANDBool (const BaseType *newResType, const BaseType *newOp1Type, const BaseType *newOp2Type, unsigned int newResOff=0, unsigned int newOp1Off=0, unsigned int newOp2Off=0) |
| constructor gets RasDaMan base type of result and operands. More...
|
|
virtual void | operator() (char *res, const char *op1, const char *op2) |
|
virtual void | getCondenseInit (char *init) |
| returns initialization value for {GenCondenseOp}. More...
|
|
| BinaryOp (const BaseType *newResType, const BaseType *newOp1Type, const BaseType *newOp2Type, unsigned int newResOff=0, unsigned int newOp1Off=0, unsigned int newOp2Off=0) |
|
virtual | ~BinaryOp () |
|
OpANDBool::OpANDBool |
( |
const BaseType * |
newResType, |
|
|
const BaseType * |
newOp1Type, |
|
|
const BaseType * |
newOp2Type, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOp1Off = 0 , |
|
|
unsigned int |
newOp2Off = 0 |
|
) |
| |
constructor gets RasDaMan base type of result and operands.
virtual void OpANDBool::getCondenseInit |
( |
char * |
init | ) |
|
|
virtual |
virtual void OpANDBool::operator() |
( |
char * |
res, |
|
|
const char * |
op1, |
|
|
const char * |
op2 |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: