45 class r_Oid_Type :
public r_Type
52 r_Oid_Type(
const r_Oid_Type& oldObj );
67 virtual void print_status( std::ostream& s = std::cout )
const;
76 extern std::ostream &
operator<<( std::ostream &str,
const r_Oid_Type &type );
virtual r_Type::r_Type_Id type_id() const =0
retrieve id of the type.
r_Type_Id
Definition: type.hh:61
virtual void convertToLittleEndian(char *cells, r_Area noCells) const =0
converts array of cells from NT byte order to Unix byte order.
virtual r_Type * clone() const =0
clone operation
virtual void convertToBigEndian(char *cells, r_Area noCells) const =0
converts array of cells from Unix byte order to NT byte order.
virtual bool isOidType() const
check, if type is a oid
std::ostream & operator<<(std::ostream &os, const std::vector< T > &list)