#include <ops.hh>
|
| OpCondenseStruct (const BaseType *newResType, const BaseType *newOpType, Ops::OpType op, unsigned int newResOff=0, unsigned int newOpOff=0) |
| constructor gets struct type. More...
|
|
| OpCondenseStruct (const BaseType *newResType, char *newAccu, const BaseType *newOpType, Ops::OpType op, unsigned int newResOff, unsigned int newOpOff) |
| constructor gets struct type and initial value for internal accu. More...
|
|
virtual | ~OpCondenseStruct () |
| destructor. More...
|
|
virtual char * | operator() (const char *op, char *myAccu) |
| operator to carry out operation on struct { op}. More...
|
|
virtual char * | operator() (const char *op) |
| operator to carry out operation on struct { op} using internal accu. More...
|
|
| CondenseOp (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
|
| CondenseOp (const BaseType *newResType, char *newAccu, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0) |
|
virtual char * | getAccuVal () |
| operator to access value of internal accumulator. More...
|
|
virtual | ~CondenseOp () |
|
OpCondenseStruct::OpCondenseStruct |
( |
const BaseType * |
newResType, |
|
|
const BaseType * |
newOpType, |
|
|
Ops::OpType |
op, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOpOff = 0 |
|
) |
| |
constructor gets struct type.
OpCondenseStruct::OpCondenseStruct |
( |
const BaseType * |
newResType, |
|
|
char * |
newAccu, |
|
|
const BaseType * |
newOpType, |
|
|
Ops::OpType |
op, |
|
|
unsigned int |
newResOff, |
|
|
unsigned int |
newOpOff |
|
) |
| |
constructor gets struct type and initial value for internal accu.
virtual OpCondenseStruct::~OpCondenseStruct |
( |
| ) |
|
|
virtual |
virtual char* OpCondenseStruct::operator() |
( |
const char * |
op, |
|
|
char * |
myAccu |
|
) |
| |
|
virtual |
operator to carry out operation on struct { op}.
Implements CondenseOp.
virtual char* OpCondenseStruct::operator() |
( |
const char * |
op | ) |
|
|
virtual |
operator to carry out operation on struct { op} using internal accu.
Implements CondenseOp.
unsigned int OpCondenseStruct::numElems |
|
protected |
The documentation for this class was generated from the following file: