30 virtual H5std_string
fromClass ()
const {
return(
"Group"); }
33 virtual void throwException(
const H5std_string& func_name,
const H5std_string& msg)
const;
36 virtual hid_t getLocId()
const;
39 Group(
const H5Location& loc,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
50 virtual hid_t getId()
const;
56 Group(
const hid_t group_id);
59 #ifndef DOXYGEN_SHOULD_SKIP_THIS
61 virtual void p_setId(
const hid_t new_id);
62 #endif // DOXYGEN_SHOULD_SKIP_THIS
Class Group represents an HDF5 group.
Definition: H5Group.h:24
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5Group.h:30
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
Definition: H5Object.h:37
H5Location is an abstract base class, providing a collection of wrappers of the C functions that take...
Definition: H5Location.h:42
CommonFG is an abstract base class of H5File and H5Group.
Definition: H5CommonFG.h:29