TRIQS/h5 1.3.0
C++ interface to HDF5
Loading...
Searching...
No Matches
object.cpp File Reference
#include "./complex.hpp"
#include "./macros.hpp"
#include "./object.hpp"
#include "./utils.hpp"
#include <H5Ipublic.h>
#include <H5Fpublic.h>
#include <H5Gpublic.h>
#include <H5Ppublic.h>
#include <algorithm>
#include <complex>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <vector>

Detailed Description

Implementation details for object.hpp.

Definition in file object.cpp.

Go to the source code of this file.

Functions

datatype h5::get_hdf5_type (dataset ds)
 Get the HDF5 type stored in a given h5::dataset.
 
std::string h5::get_name_of_h5_type (datatype dt)
 Get the name of an h5::datatype (for error messages).
 
bool h5::hdf5_type_equal (datatype dt1, datatype dt2)
 Check if two HDF5 datatypes are equal.