#include <hdf5.h>
#include <string>
#include <type_traits>
#include "IO/H5/CheckH5.hpp"
#include "Utilities/ForceInline.hpp"
Go to the source code of this file.
Namespaces | |
h5 | |
Contains functions and classes for manipulating HDF5 files. | |
Functions | |
template<typename T > | |
hid_t | h5::h5_type () |
Returns the HDF5 datatype for the corresponding type T More... | |
hid_t | h5::fortran_string () noexcept |
Create an H5 FORTRAN string. | |
Defines function for retrieving the HDF5 type for a template parameter