icedb  version 0.5.1
Snow particle scattering database API
Classes | Typedefs
icedb::Examples::Shapes::ScopedHandles Namespace Reference

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, CloseHDF5FileH5F_handle
 
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5DatasetH5D_handle
 
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5DataspaceH5DS_handle
 
typedef ScopedHandle< hid_t, InvalidHDF5Handle, CloseHDF5DatatypeH5T_handle
 

Detailed Description

This makes it much easier to automatically close HDF5 handles that are no longer used.

Typedef Documentation

◆ H5D_handle

Definition at line 69 of file shapeIOpsu.cpp.

◆ H5DS_handle

Definition at line 70 of file shapeIOpsu.cpp.

◆ H5F_handle

Definition at line 68 of file shapeIOpsu.cpp.

◆ H5T_handle

Definition at line 71 of file shapeIOpsu.cpp.