rasdaman API
|
#include <property.hh>
Public Member Functions | |
r_Property (const char *newTypeName, const r_Base_Type &newType) | |
constructor getting name and type of property. More... | |
r_Property (const r_Property &oldObj) | |
copy constructor. More... | |
const r_Property & | operator= (const r_Property &oldObj) |
assignment operator. More... | |
virtual | ~r_Property () |
destructor. More... | |
const r_Base_Type & | type_of () const |
retrieve type of property. More... | |
![]() | |
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_Object & | operator= (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 Member Functions | |
r_Property () | |
default constructor. More... | |
Protected Attributes | |
r_Base_Type * | myType |
![]() | |
char * | typeName |
r_Property::r_Property | ( | const char * | newTypeName, |
const r_Base_Type & | newType | ||
) |
constructor getting name and type of property.
r_Property::r_Property | ( | const r_Property & | oldObj | ) |
copy constructor.
|
virtual |
destructor.
|
protected |
default constructor.
const r_Property& r_Property::operator= | ( | const r_Property & | oldObj | ) |
assignment operator.
const r_Base_Type& r_Property::type_of | ( | ) | const |
retrieve type of property.
|
protected |