This class is the superclass of the types r_Structure_Type and r_Primitive_Type in the representation...
Definition basetype.hh:40
This class the superclass for properties of classes in the ODMG conformant representation of the RasD...
Definition property.hh:41
r_Base_Type * myType
Definition property.hh:59
const r_Property & operator=(const r_Property &oldObj)
assignment operator.
const r_Base_Type & type_of() const
retrieve type of property.
r_Property()=default
default constructor.
~r_Property() override
destructor.
r_Property(const r_Property &oldObj)
copy constructor.
r_Property(const char *newTypeName, const r_Base_Type &newType)
constructor getting name and type of property.