9 #ifndef utils_H5Utils_hpp 10 #define utils_H5Utils_hpp 21 static herr_t
close( hid_t & h )
29 static herr_t
close( hid_t & h )
37 static herr_t
close( hid_t & h )
45 static herr_t
close( hid_t & h )
53 static herr_t
close( hid_t & h )
109 if(_hand == 0)
return 0;
111 herr_t rv = T::close(_hand);
143 #endif //utils_H5Utils_hpp
H5Handle< H5DatasetT > H5Handle_D
Handle for an HDF5 dataset.
H5Handle< H5AttributeT > H5Handle_A
Handle for an HDF5 attribute.
~H5Handle()
Destructor. Calls the close function.
H5Handle< H5FileT > H5Handle_F
Handle for an HDF5 file.
static herr_t close(hid_t &h)
static herr_t close(hid_t &h)
hid_t & operator=(const hid_t &hand)
Assignment from a basic hdf5 handle.
static herr_t close(hid_t &h)
A somewhat smart HDF5 handle.
herr_t close()
Close the handle.
H5Handle< H5DataspaceT > H5Handle_S
Handle for an HDF5 dataspace.
static herr_t close(hid_t &h)
static herr_t close(hid_t &h)
H5Handle< H5PropertyT > H5Handle_P
Handle for an HDF5 property list.