API
H5Utils.hpp File Reference

Utilities for HDF5. More...

#include <hdf5.h>
Include dependency graph for H5Utils.hpp:

Go to the source code of this file.

Classes

struct  MagAOX::utils::H5FileT
 
struct  MagAOX::utils::H5DatasetT
 
struct  MagAOX::utils::H5DataspaceT
 
struct  MagAOX::utils::H5PropertyT
 
struct  MagAOX::utils::H5AttributeT
 
class  MagAOX::utils::H5Handle< T >
 A somewhat smart HDF5 handle. More...
 

Namespaces

 MagAOX
 
 MagAOX::utils
 

Typedefs

typedef H5Handle< H5FileT > MagAOX::utils::H5Handle_F
 Handle for an HDF5 file. More...
 
typedef H5Handle< H5DatasetT > MagAOX::utils::H5Handle_D
 Handle for an HDF5 dataset. More...
 
typedef H5Handle< H5DataspaceT > MagAOX::utils::H5Handle_S
 Handle for an HDF5 dataspace. More...
 
typedef H5Handle< H5PropertyT > MagAOX::utils::H5Handle_P
 Handle for an HDF5 property list. More...
 
typedef H5Handle< H5AttributeT > MagAOX::utils::H5Handle_A
 Handle for an HDF5 attribute. More...
 

Detailed Description

Utilities for HDF5.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

History:

  • 2017-08-28 created by JRM

Definition in file H5Utils.hpp.