rasdaman complete source
|
#include <complextype.hh>
Public Member Functions | |
ComplexType1 () | |
ComplexType1 (const OId &id) throw (r_Error) | |
ComplexType1 (const ComplexType1 &old) | |
ComplexType1 & | operator= (const ComplexType1 &old) |
virtual | ~ComplexType1 () |
virtual void | printCell (ostream &stream, const char *cell) const |
unsigned int | getReOffset () const |
unsigned int | getImOffset () const |
virtual const char * | getTypeName () const |
returns the name of the type as a C string. More... | |
![]() | |
GenericComplexType (const char *name, unsigned int size) | |
GenericComplexType (const OId &id) throw (r_Error) | |
virtual | ~GenericComplexType () |
![]() | |
virtual unsigned int | getSize () const |
AtomicType (unsigned int newSize) | |
AtomicType (const AtomicType &old) | |
AtomicType (const OId &id) throw (r_Error) | |
AtomicType & | operator= (const AtomicType &old) |
virtual | ~AtomicType () |
![]() | |
BaseType () | |
BaseType (const OId &id) throw (r_Error) | |
BaseType (const BaseType &old) | |
BaseType & | operator= (const BaseType &old) |
virtual | ~BaseType () |
virtual int | compatibleWith (const Type *aType) const |
virtual CondenseOp * | getCondenseOp (Ops::OpType op) const |
get function object for condense operation. More... | |
virtual UnaryOp * | getUnaryOp (Ops::OpType op, const BaseType *optype) const |
get function object for unary operation. More... | |
virtual BinaryOp * | getBinaryOp (Ops::OpType op, const BaseType *op1type, const BaseType *op2type) const |
get function object for binary operation. More... | |
![]() | |
virtual void | destroy () |
virtual char * | getTypeStructure () const |
returns the structure of the type as a C string. More... | |
const TypeEnum | getType () const |
Type () | |
Type (const OId &id) throw (r_Error) | |
Type (const Type &old) | |
Type & | operator= (const Type &old) |
virtual | ~Type () |
![]() | |
DBNamedObject () | |
DBNamedObject (const OId &id) throw (r_Error) | |
DBNamedObject (const DBNamedObject &old) | |
DBNamedObject (const char *name) | |
DBNamedObject (const OId &id, const char *name) | |
virtual | ~DBNamedObject () |
const char * | getName () const |
DBNamedObject & | operator= (const DBNamedObject &old) |
virtual r_Bytes | getMemorySize () const |
virtual void | printStatus (unsigned int level=0, std::ostream &stream=std::cout) const |
![]() | |
int | getReferenceCount (void) const |
void | incrementReferenceCount (void) |
void | decrementReferenceCount (void) |
virtual | ~DBObject () |
DBObject () | |
DBObject (const DBObject &old) | |
DBObject (const OId &id) throw (r_Error) | |
virtual void | setPersistent (bool newPersistent) throw (r_Error) |
bool | isPersistent () const |
void | validate () throw (r_Error) |
virtual void | setModified () throw (r_Error) |
bool | isModified () const |
OId | getOId () const |
EOId | getEOId () const |
OId::OIdType | getObjectType () const |
DBObject & | operator= (const DBObject &old) |
bool | isCached () const |
virtual void | setCached (bool newCached) |
virtual r_Bytes | getTotalStorageSize () const |
virtual BinaryRepresentation | getBinaryRepresentation () const throw (r_Error) |
virtual void | setBinaryRepresentation (const BinaryRepresentation &) throw (r_Error) |
virtual char * | getBinaryName () const |
Static Public Attributes | |
static const char * | Name |
![]() | |
static short | MAXNAMELENGTH |
Protected Member Functions | |
virtual void | readFromDb () throw (r_Error) |
![]() | |
AtomicType (const char *name, unsigned int newSize) | |
![]() | |
BaseType (const char *name) | |
![]() | |
Type (const char *name) | |
![]() | |
void | setName (const char *newname) |
void | setName (const short length, const char *data) |
![]() | |
virtual void | release () |
virtual void | insertInDb () throw (r_Error) |
virtual void | deleteFromDb () throw (r_Error) |
virtual void | updateInDb () throw (r_Error) |
Additional Inherited Members | |
![]() | |
unsigned int | size |
![]() | |
TypeEnum | myType |
![]() | |
char * | myName |
unsigned short | myNameSize |
![]() | |
bool | _isPersistent |
bool | _isInDatabase |
bool | _isModified |
bool | _isCached |
OId | myOId |
OId::OIdType | objecttype |
int | referenceCount |
![]() | |
static const char * | defaultName |
ComplexType1::ComplexType1 | ( | ) |
ComplexType1::ComplexType1 | ( | const OId & | id | ) | |
throw | ( | r_Error | |||
) |
ComplexType1::ComplexType1 | ( | const ComplexType1 & | old | ) |
|
virtual |
|
virtual |
Implements GenericComplexType.
|
virtual |
Implements GenericComplexType.
|
virtual |
returns the name of the type as a C string.
Reimplemented from Type.
ComplexType1& ComplexType1::operator= | ( | const ComplexType1 & | old | ) |
|
virtual |
Implements BaseType.
|
protectedvirtual |
Implements GenericComplexType.
|
static |