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

#include <ops.hh>

Inheritance diagram for OpRealPart:
UnaryOp

Public Member Functions

 OpRealPart (const BaseType *newResType, const BaseType *newOpType, unsigned int newResOff=0, unsigned int newOpOff=0)
 
virtual void operator() (char *result, const char *op)
 operator to carry out operation on { op}. 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

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

Member Function Documentation

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

operator to carry out operation on { op}.

Implements UnaryOp.


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