DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
HDF5.hpp File Reference

HDF5 native type mappings for DNDS index, rowsize, and real types. More...

#include "Defines.hpp"
#include <hdf5.h>
Include dependency graph for HDF5.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Functions

hid_t DNDS::DNDS_H5T_INDEX ()
 HDF5 native datatype matching DNDS index (currently H5T_NATIVE_INT64).
 
hid_t DNDS::DNDS_H5T_ROWSIZE ()
 HDF5 native datatype matching DNDS rowsize (currently H5T_NATIVE_INT32).
 
hid_t DNDS::DNDS_H5T_REAL ()
 HDF5 native datatype matching DNDS real (currently H5T_NATIVE_DOUBLE).
 

Detailed Description

HDF5 native type mappings for DNDS index, rowsize, and real types.

Definition in file HDF5.hpp.