#include <ops.hh>
|
| OpBinaryConstStruct (const BaseType *resType, const BaseType *op1Type, const BaseType *op2Type, Ops::OpType op, unsigned int newResOff=0, unsigned int newOp1Off=0, unsigned int newOp2Off=0) |
| constructor gets struct type. More...
|
|
virtual | ~OpBinaryConstStruct () |
| destructor. More...
|
|
virtual void | operator() (char *res, const char *op1, const char *op2) |
| operator to carry out operation on struct { op}. More...
|
|
| BinaryOp (const BaseType *newResType, const BaseType *newOp1Type, const BaseType *newOp2Type, unsigned int newResOff=0, unsigned int newOp1Off=0, unsigned int newOp2Off=0) |
|
virtual void | getCondenseInit (char *init) |
| returns initialization value for {GenCondenseOp}. More...
|
|
virtual | ~BinaryOp () |
|
OpBinaryConstStruct::OpBinaryConstStruct |
( |
const BaseType * |
resType, |
|
|
const BaseType * |
op1Type, |
|
|
const BaseType * |
op2Type, |
|
|
Ops::OpType |
op, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOp1Off = 0 , |
|
|
unsigned int |
newOp2Off = 0 |
|
) |
| |
constructor gets struct type.
virtual OpBinaryConstStruct::~OpBinaryConstStruct |
( |
| ) |
|
|
virtual |
virtual void OpBinaryConstStruct::operator() |
( |
char * |
res, |
|
|
const char * |
op1, |
|
|
const char * |
op2 |
|
) |
| |
|
virtual |
operator to carry out operation on struct { op}.
Implements BinaryOp.
unsigned int OpBinaryConstStruct::numElems |
|
protected |
The documentation for this class was generated from the following file: