105 extern
std::ostream &operator<<(
std::ostream &str, const r_Collection_Type &type );
r_Type * elementType
element type
Definition: raslib/collectiontype.hh:101
const r_Type & element_type() const
get element type the exception is only raised when the element type of the copied type is NULL...
r_Kind kind() const
returns identifier SET of enumeration r_Kind
Definition: raslib/type.hh:56
Definition: raslib/collectiontype.hh:48
virtual r_Type::r_Type_Id type_id() const
retrieve id of the type.
r_Kind
Set type in the only one needed right now.
Definition: raslib/collectiontype.hh:52
virtual void print_status(std::ostream &s=std::cout) const
writes state of object to specified stream
Definition: raslib/collectiontype.hh:52
uint64_t r_Area
Definition: mddtypes.hh:85
virtual bool isCollectionType() const
check, if type is a Colelction type
r_Type_Id
Definition: raslib/type.hh:61
virtual r_Type * clone() const
clone operation
virtual void convertToBigEndian(char *cells, r_Area noCells) const
converts array of cells from Unix byte order to NT byte order.
virtual void convertToLittleEndian(char *cells, r_Area noCells) const
converts array of cells from NT byte order to Unix byte order.
r_Collection_Type()
default constructor no one should use that