#include <ops.hh>
|
| 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 * | operator() (const char *op, char *myAccu)=0 |
| operator to carry out operation on { op}. More...
|
|
virtual char * | operator() (const char *op)=0 |
| operator to carry out operation on { op} using internal accu. More...
|
|
virtual char * | getAccuVal () |
| operator to access value of internal accumulator. More...
|
|
virtual | ~CondenseOp () |
|
CondenseOp::CondenseOp |
( |
const BaseType * |
newResType, |
|
|
const BaseType * |
newOpType, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOpOff = 0 |
|
) |
| |
CondenseOp::CondenseOp |
( |
const BaseType * |
newResType, |
|
|
char * |
newAccu, |
|
|
const BaseType * |
newOpType, |
|
|
unsigned int |
newResOff = 0 , |
|
|
unsigned int |
newOpOff = 0 |
|
) |
| |
virtual CondenseOp::~CondenseOp |
( |
| ) |
|
|
virtual |
virtual char* CondenseOp::getAccuVal |
( |
| ) |
|
|
virtual |
operator to access value of internal accumulator.
virtual char* CondenseOp::operator() |
( |
const char * |
op, |
|
|
char * |
myAccu |
|
) |
| |
|
pure virtual |
operator to carry out operation on { op}.
Implemented in OpCondenseStruct, OpSUMCDouble, OpSUMCLong, OpSUMCULong, OpMINCDouble, OpMINCLong, OpMINCULong, OpMAXCDouble, OpMAXCLong, OpMAXCULong, OpCOUNTCChar, OpALLCChar, and OpSOMECChar.
virtual char* CondenseOp::operator() |
( |
const char * |
op | ) |
|
|
pure virtual |
operator to carry out operation on { op} using internal accu.
Implemented in OpCondenseStruct, OpSUMCDouble, OpSUMCLong, OpSUMCULong, OpMINCDouble, OpMINCLong, OpMINCULong, OpMAXCDouble, OpMAXCLong, OpMAXCULong, OpCOUNTCChar, OpALLCChar, and OpSOMECChar.
unsigned int CondenseOp::opOff |
|
protected |
unsigned int CondenseOp::resOff |
|
protected |
The documentation for this class was generated from the following file: