rasdaman API
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
r_Property Class Reference

#include <property.hh>

Inheritance diagram for r_Property:
r_Meta_Object r_Attribute

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_Propertyoperator= (const r_Property &oldObj)
 assignment operator. More...
 
virtual ~r_Property ()
 destructor. More...
 
const r_Base_Typetype_of () const
 retrieve type of property. More...
 
- Public Member Functions inherited from r_Meta_Object
 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_Objectoperator= (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_TypemyType
 
- Protected Attributes inherited from r_Meta_Object
char * typeName
 

Constructor & Destructor Documentation

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 r_Property::~r_Property ( )
virtual

destructor.

r_Property::r_Property ( )
protected

default constructor.

Member Function Documentation

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.

Member Data Documentation

r_Base_Type* r_Property::myType
protected

The documentation for this class was generated from the following file: