Reference.openObject
hid_t openObject(hid_t rapl = H5P_DEFAULT, hid_t oapl = H5P_DEFAULT)Opens the referenced object.
The caller is responsible for closing the returned handle using H5Oclose() or wrapping it in an appropriate RAII wrapper.
Parameters
rapl | Reference access property list (default: H5P_DEFAULT) |
oapl | Object access property list (default: H5P_DEFAULT) |
Returns
Handle to the opened object
Throws
HDF5Exception if opening fails or reference is invalid