HDF5 1.14.5
API Reference
|
#include <c++/src/H5CommonFG.h>
CommonFG is an abstract base class of H5Group.
Public Member Functions | |
DataType | openDataType (const char *name) const |
DataType | openDataType (const H5std_string &name) const |
ArrayType | openArrayType (const char *name) const |
ArrayType | openArrayType (const H5std_string &name) const |
CompType | openCompType (const char *name) const |
CompType | openCompType (const H5std_string &name) const |
EnumType | openEnumType (const char *name) const |
EnumType | openEnumType (const H5std_string &name) const |
IntType | openIntType (const char *name) const |
IntType | openIntType (const H5std_string &name) const |
FloatType | openFloatType (const char *name) const |
FloatType | openFloatType (const H5std_string &name) const |
StrType | openStrType (const char *name) const |
StrType | openStrType (const H5std_string &name) const |
VarLenType | openVarLenType (const char *name) const |
VarLenType | openVarLenType (const H5std_string &name) const |
virtual hid_t | getLocId () const =0 |
virtual void | throwException (const H5std_string &func_name, const H5std_string &msg) const =0 |
For subclasses, H5File and Group, to throw appropriate exception. | |
CommonFG () | |
virtual | ~CommonFG ()=default |
Protected Member Functions | |
virtual void | p_setId (const hid_t new_id)=0 |
CommonFG | ( | ) |
|
virtualdefault |
|
pure virtual |
ArrayType openArrayType | ( | const char * | name | ) | const |
ArrayType openArrayType | ( | const H5std_string & | name | ) | const |
CompType openCompType | ( | const char * | name | ) | const |
CompType openCompType | ( | const H5std_string & | name | ) | const |
DataType openDataType | ( | const char * | name | ) | const |
DataType openDataType | ( | const H5std_string & | name | ) | const |
EnumType openEnumType | ( | const char * | name | ) | const |
EnumType openEnumType | ( | const H5std_string & | name | ) | const |
FloatType openFloatType | ( | const char * | name | ) | const |
FloatType openFloatType | ( | const H5std_string & | name | ) | const |
IntType openIntType | ( | const char * | name | ) | const |
IntType openIntType | ( | const H5std_string & | name | ) | const |
StrType openStrType | ( | const char * | name | ) | const |
StrType openStrType | ( | const H5std_string & | name | ) | const |
VarLenType openVarLenType | ( | const char * | name | ) | const |
VarLenType openVarLenType | ( | const H5std_string & | name | ) | const |
|
pure virtual |