20 #ifndef H5_NO_NAMESPACE
41 virtual hid_t getLocId()
const;
44 Group(
const H5Location& loc,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
45 Group(
const Attribute& attr,
const void* ref, H5R_type_t ref_type = H5R_OBJECT);
54 virtual hid_t getId()
const;
60 Group(
const hid_t group_id );
66 #ifndef DOXYGEN_SHOULD_SKIP_THIS
68 virtual void p_setId(
const hid_t new_id);
69 #endif // DOXYGEN_SHOULD_SKIP_THIS
71 #ifndef H5_NO_NAMESPACE
Class Attribute operates on HDF5 attributes.
Definition: H5Attribute.h:32
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5Group.h:35
H5Location is an abstract base class, added in version 1.8.12.
Definition: H5Location.h:49
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
Definition: H5Object.h:47
Class Group represents an HDF5 group.
Definition: H5Group.h:29
Class CommonFG is an abstract base class of H5File and H5Group.
Definition: H5CommonFG.h:35
#define H5std_string
Definition: H5Exception.h:29