![]() |
rasdaman client API
10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
|
This class the superclass for all classes in the ODMG conformant representation of the RasDaMan type system. More...
#include <metaobject.hh>
Public Member Functions | |
| r_Meta_Object ()=default | |
| default constructor. More... | |
| r_Meta_Object (const char *newTypeName) | |
| constructor getting name of type. More... | |
| virtual | ~r_Meta_Object ()=default |
| destructor. More... | |
| const char * | name () const |
| retrieve name of the type. More... | |
| virtual void | print_status (std::ostream &s) const =0 |
| writes state of object to specified stream More... | |
Protected Attributes | |
| std::string | typeName |
This class the superclass for all classes in the ODMG conformant representation of the RasDaMan type system.
|
default |
default constructor.
| r_Meta_Object::r_Meta_Object | ( | const char * | newTypeName | ) |
constructor getting name of type.
|
virtualdefault |
destructor.
| const char* r_Meta_Object::name | ( | ) | const |
retrieve name of the type.
|
pure virtual |
writes state of object to specified stream
Implemented in r_Structure_Type, r_Collection_Type, r_Attribute, r_Marray_Type, r_Minterval_Type, r_Primitive_Type, r_Point_Type, r_Oid_Type, r_String_Type, r_Sinterval_Type, and r_Complex_Type.
|
protected |
1.8.17