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,
const PropList& plist = PropList::DEFAULT);
44 hsize_t getNumObjs()
const;
47 hid_t getObjId(
const char* name,
const PropList& plist = PropList::DEFAULT)
const;
48 hid_t getObjId(
const H5std_string& name,
const PropList& plist = PropList::DEFAULT)
const;
51 void closeObjId(hid_t obj_id)
const;
60 virtual hid_t getId()
const;
66 Group(
const hid_t group_id);
69#ifndef DOXYGEN_SHOULD_SKIP_THIS
71 virtual void p_setId(
const hid_t new_id);
CommonFG is an abstract base class of H5Group.
Definition H5CommonFG.h:30
Class Group represents an HDF5 group.
Definition H5Group.h:24
virtual H5std_string fromClass() const
Returns this class name.
Definition H5Group.h:30
H5Location is an abstract base class, added in version 1.8.12.
Definition H5Location.h:31
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
Definition H5Object.h:69
Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
Definition H5PropList.h:25
Definition H5AbstractDs.cpp:34