67 virtual void print_status( std::ostream& s = std::cout )
const;
virtual void convertToBigEndian(char *cells, r_Area noCells) const
converts array of cells from Unix byte order to NT byte order.
virtual bool isOidType() const
check, if type is a oid
Definition: oidtype.hh:45
virtual r_Type::r_Type_Id type_id() const
retrieve id of the type.
r_Oid_Type()
default constructor
virtual r_Type * clone() const
clone operation
uint64_t r_Area
Definition: mddtypes.hh:85
r_Type_Id
Definition: type.hh:61
virtual void convertToLittleEndian(char *cells, r_Area noCells) const
converts array of cells from NT byte order to Unix byte order.
std::ostream & operator<<(std::ostream &str, const r_Oid_Type &type)
virtual void print_status(std::ostream &s=std::cout) const
writes state of object to specified stream