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

#include <ops.hh>

Inheritance diagram for OpIDENTITYCULong:
UnaryOp

Public Member Functions

 OpIDENTITYCULong (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0)
 constructor gets RasDaMan base type of result and operand. More...
 
virtual void operator() (char *result, const char *op)
 operator to carry out operation on { op} with result { result}. More...
 
- Public Member Functions inherited from UnaryOp
 UnaryOp (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0)
 
virtual ~UnaryOp ()
 

Additional Inherited Members

- Protected Attributes inherited from UnaryOp
const BaseTypeopType
 
const BaseTyperesType
 
unsigned int resOff
 
unsigned int opOff
 

Constructor & Destructor Documentation

OpIDENTITYCULong::OpIDENTITYCULong ( const BaseType newResType,
const BaseType newOpType,
unsigned int  newResOff = 0,
unsigned int  newOpOff = 0 
)

constructor gets RasDaMan base type of result and operand.

Member Function Documentation

virtual void OpIDENTITYCULong::operator() ( char *  result,
const char *  op 
)
virtual

operator to carry out operation on { op} with result { result}.

Implements UnaryOp.


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