|
Group | createGroup (const char *name, size_t size_hint=0, const LinkCreatPropList &lc_plist=LinkCreatPropList::DEFAULT) const |
|
Group | createGroup (const H5std_string &name, size_t size_hint=0, const LinkCreatPropList &lc_plist=LinkCreatPropList::DEFAULT) const |
|
Group | openGroup (const char *name) const |
|
Group | openGroup (const H5std_string &name) const |
|
DataSet | createDataSet (const char *name, const DataType &data_type, const DataSpace &data_space, const DSetCreatPropList &create_plist=DSetCreatPropList::DEFAULT) const |
|
DataSet | createDataSet (const H5std_string &name, const DataType &data_type, const DataSpace &data_space, const DSetCreatPropList &create_plist=DSetCreatPropList::DEFAULT) const |
|
DataSet | openDataSet (const char *name) const |
|
DataSet | openDataSet (const H5std_string &name) const |
|
hsize_t | getNumObjs () const |
|
H5std_string | getObjnameByIdx (hsize_t idx) const |
|
ssize_t | getObjnameByIdx (hsize_t idx, char *name, size_t size) const |
|
ssize_t | getObjnameByIdx (hsize_t idx, H5std_string &name, size_t size) const |
|
H5O_type_t | childObjType (const H5std_string &objname) const |
|
H5O_type_t | childObjType (const char *objname) const |
|
H5O_type_t | childObjType (hsize_t index, H5_index_t index_type=H5_INDEX_NAME, H5_iter_order_t order=H5_ITER_INC, const char *objname=".") const |
|
unsigned | childObjVersion (const char *objname) const |
|
unsigned | childObjVersion (const H5std_string &objname) const |
|
H5G_obj_t | getObjTypeByIdx (hsize_t idx) const |
|
H5G_obj_t | getObjTypeByIdx (hsize_t idx, char *type_name) const |
|
H5G_obj_t | getObjTypeByIdx (hsize_t idx, H5std_string &type_name) const |
|
void | getObjinfo (const char *name, hbool_t follow_link, H5G_stat_t &statbuf) const |
|
void | getObjinfo (const H5std_string &name, hbool_t follow_link, H5G_stat_t &statbuf) const |
|
void | getObjinfo (const char *name, H5G_stat_t &statbuf) const |
|
void | getObjinfo (const H5std_string &name, H5G_stat_t &statbuf) const |
|
int | iterateElems (const char *name, int *idx, H5G_iterate_t op, void *op_data) |
|
int | iterateElems (const H5std_string &name, int *idx, H5G_iterate_t op, void *op_data) |
|
void | link (H5L_type_t link_type, const char *curr_name, const char *new_name) const |
|
void | link (H5L_type_t link_type, const H5std_string &curr_name, const H5std_string &new_name) const |
|
void | mount (const char *name, const H5File &child, const PropList &plist) const |
|
void | mount (const H5std_string &name, const H5File &child, const PropList &plist) const |
|
void | unmount (const char *name) const |
|
void | unmount (const H5std_string &name) const |
|
void | move (const char *src, const char *dst) const |
|
void | move (const H5std_string &src, const H5std_string &dst) const |
|
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. More...
|
|
| CommonFG () |
|
virtual | ~CommonFG () |
|
CommonFG is an abstract base class of H5File and H5Group.
It provides common operations of H5File and H5Group.
Definition at line 29 of file H5CommonFG.h.