rasdaman API
Public Member Functions | Protected Attributes | List of all members
r_Base_Type Class Referenceabstract

#include <basetype.hh>

Inheritance diagram for r_Base_Type:
r_Type r_Meta_Object r_Primitive_Type r_Structure_Type r_Complex_Type

Public Member Functions

 r_Base_Type ()
 default constructor. More...
 
 r_Base_Type (const char *newTypeName, r_Bytes newSize)
 constructor getting name of basetype. More...
 
 r_Base_Type (const r_Base_Type &oldObj)
 copy constructor More...
 
const r_Base_Typeoperator= (const r_Base_Type &oldObj)
 assignment operator. More...
 
virtual ~r_Base_Type ()
 destructor. More...
 
virtual bool isBaseType () const
 check, if type is a base type (primitive type or structure type). More...
 
r_Bytes size () const
 retrieve size of the type. More...
 
virtual void print_value (const char *storage, std::ostream &s=std::cout) const =0
 prints value of a primitive type or values of a structured type More...
 
- Public Member Functions inherited from r_Type
 r_Type ()
 default constructor. More...
 
 r_Type (const char *newTypeName)
 constructor getting name of type. More...
 
 r_Type (const r_Type &oldObj)
 copy constructor More...
 
const r_Typeoperator= (const r_Type &oldObj)
 assignment operator. More...
 
virtual ~r_Type ()
 destructor. More...
 
virtual r_Typeclone () const =0
 clone operation More...
 
virtual r_Type::r_Type_Id type_id () const =0
 retrieve id of the type. More...
 
virtual bool isStructType () const
 check, if type is primitive or structured. More...
 
virtual bool isComplexType () const
 check, if type is a base type ( primitive type or structure type). More...
 
virtual bool isMarrayType () const
 check, if type is a marray type. More...
 
virtual bool isPrimitiveType () const
 check, if type is a primitive type. More...
 
virtual bool isSintervalType () const
 check, if type is a Sinterval More...
 
virtual bool isMintervalType () const
 check, if type is a Minterval More...
 
virtual bool isCollectionType () const
 check, if type is a Colelction type More...
 
virtual bool isPointType () const
 check, if type is a Point More...
 
virtual bool isOidType () const
 check, if type is a oid More...
 
virtual void convertToLittleEndian (char *cells, r_Area noCells) const =0
 converts array of cells from NT byte order to Unix byte order. More...
 
virtual void convertToBigEndian (char *cells, r_Area noCells) const =0
 converts array of cells from Unix byte order to NT byte order. More...
 
- Public Member Functions inherited from r_Meta_Object
 r_Meta_Object ()
 default constructor. More...
 
 r_Meta_Object (const char *newTypeName)
 constructor getting name of type. More...
 
 r_Meta_Object (const r_Meta_Object &oldObj)
 copy constructor More...
 
const r_Meta_Objectoperator= (const r_Meta_Object &oldObj)
 assignment operator. More...
 
virtual ~r_Meta_Object ()
 destructor. More...
 
const char * name () const
 retrieve name of the type. More...
 
virtual void print_status (std::ostream &s=std::cout) const =0
 writes state of object to specified stream More...
 

Protected Attributes

r_Bytes typeSize
 storing size of type in bytes More...
 
- Protected Attributes inherited from r_Meta_Object
char * typeName
 

Additional Inherited Members

- Public Types inherited from r_Type
enum  r_Type_Id {
  ULONG, USHORT, BOOL, LONG,
  SHORT, OCTET, DOUBLE, FLOAT,
  CHAR, COMPLEXTYPE1, COMPLEXTYPE2, STRUCTURETYPE,
  MARRAYTYPE, COLLECTIONTYPE, SINTERVALTYPE, MINTERVALTYPE,
  POINTTYPE, OIDTYPE, UNKNOWNTYPE
}
 
enum  DLTOKEN {
  DLMARRAY, DLSET, DLSTRUCT, DLCOMMA,
  DLLEP, DLREP, DLLAP, DLRAP,
  DLLCP, DLRCP, DLIDENTIFIER, DLCHAR,
  DLOCTET, DLSHORT, DLUSHORT, DLLONG,
  DLULONG, DLFLOAT, DLDOUBLE, DLBOOL,
  DLCOMPLEXTYPE1, DLCOMPLEXTYPE2, DLINTERVAL, DLMINTERVAL,
  DLPOINT, DLOID, DLUNKNOWN
}
 token enumeration for parser More...
 
- Static Public Member Functions inherited from r_Type
static r_Typeget_any_type (const char *type_string)
 build type schema from string representation More...
 

Detailed Description

This class is the superclass of the types r_Structure_Type and r_Primitive_Type in the representation of the RasDaMan type system.

Constructor & Destructor Documentation

r_Base_Type::r_Base_Type ( )

default constructor.

r_Base_Type::r_Base_Type ( const char *  newTypeName,
r_Bytes  newSize 
)

constructor getting name of basetype.

r_Base_Type::r_Base_Type ( const r_Base_Type oldObj)

copy constructor

virtual r_Base_Type::~r_Base_Type ( )
virtual

destructor.

Member Function Documentation

virtual bool r_Base_Type::isBaseType ( ) const
virtual

check, if type is a base type (primitive type or structure type).

Reimplemented from r_Type.

const r_Base_Type& r_Base_Type::operator= ( const r_Base_Type oldObj)

assignment operator.

virtual void r_Base_Type::print_value ( const char *  storage,
std::ostream &  s = std::cout 
) const
pure virtual

prints value of a primitive type or values of a structured type

Implemented in r_Structure_Type, r_Primitive_Type, and r_Complex_Type.

r_Bytes r_Base_Type::size ( ) const

retrieve size of the type.

Member Data Documentation

r_Bytes r_Base_Type::typeSize
protected

storing size of type in bytes


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