34 virtual H5std_string
fromClass ()
const {
return(
"Group"); }
37 virtual void throwException(
const H5std_string& func_name,
const H5std_string& msg)
const;
40 virtual hid_t getLocId()
const;
52 void closeObjId(hid_t obj_id)
const;
55 hsize_t getNumObjs()
const;
64 virtual hid_t getId()
const;
70 Group(
const hid_t group_id);
73 #ifndef DOXYGEN_SHOULD_SKIP_THIS
75 virtual void p_setId(
const hid_t new_id);
76 #endif // DOXYGEN_SHOULD_SKIP_THIS
Class Group represents an HDF5 group.
Definition: H5Group.h:28
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5Group.h:34
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
Definition: H5Object.h:59
H5Location is an abstract base class, added in version 1.8.12.
Definition: H5Location.h:36
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list...
Definition: H5PropList.h:24
static const PropList & DEFAULT
Default property list.
Definition: H5PropList.h:27
CommonFG will be deprecated in future releases. In 1.10.1, most member functions are moved to H5Locat...
Definition: H5CommonFG.h:30