icedb
version 0.5.1
Snow particle scattering database API
|
This makes it much easier to automatically close HDF5 handles that are no longer used. More...
Classes | |
struct | CloseHDF5Dataset |
struct | CloseHDF5Dataspace |
struct | CloseHDF5Datatype |
struct | CloseHDF5File |
struct | InvalidHDF5Handle |
struct | ScopedHandle |
Typedefs | |
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5File > | H5F_handle |
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5Dataset > | H5D_handle |
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5Dataspace > | H5DS_handle |
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5Datatype > | H5T_handle |
This makes it much easier to automatically close HDF5 handles that are no longer used.
typedef ScopedHandle<hid_t, InvalidHDF5Handle, CloseHDF5Dataset> icedb::Examples::Shapes::ScopedHandles::H5D_handle |
Definition at line 69 of file shapeIOpsu.cpp.
typedef ScopedHandle<hid_t, InvalidHDF5Handle, CloseHDF5Dataspace> icedb::Examples::Shapes::ScopedHandles::H5DS_handle |
Definition at line 70 of file shapeIOpsu.cpp.
typedef ScopedHandle<hid_t, InvalidHDF5Handle, CloseHDF5File> icedb::Examples::Shapes::ScopedHandles::H5F_handle |
Definition at line 68 of file shapeIOpsu.cpp.
typedef ScopedHandle<hid_t, InvalidHDF5Handle, CloseHDF5Datatype> icedb::Examples::Shapes::ScopedHandles::H5T_handle |
Definition at line 71 of file shapeIOpsu.cpp.