28 _h = ::std::shared_ptr<hid_t>(
new hid_t(val), closer);
30 _h = ::std::shared_ptr<hid_t>(
new hid_t(val));
35 H5I_type_t typ = H5Iget_type(
get());
36 return (typ != H5I_BADID);
HDF5 resource handles in C++.
A class to wrap HDF5's hid_t resource handles.
::std::shared_ptr< hid_t > getShared() const
::std::shared_ptr< hid_t > _h
static void CloseP(hid_t *h)