rasdaman complete source
Public Member Functions | List of all members
OpLESSChar Class Reference

#include <ops.hh>

Inheritance diagram for OpLESSChar:
BinaryOp

Public Member Functions

 OpLESSChar (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)
 
- Public Member Functions inherited from BinaryOp
 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from BinaryOp
const BaseTypeop1Type
 
const BaseTypeop2Type
 
const BaseTyperesType
 
unsigned int resOff
 
unsigned int op1Off
 
unsigned int op2Off
 

Constructor & Destructor Documentation

OpLESSChar::OpLESSChar ( 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.

Member Function Documentation

virtual void OpLESSChar::operator() ( char *  res,
const char *  op1,
const char *  op2 
)
virtual

Implements BinaryOp.


The documentation for this class was generated from the following file: