|
TRIQS/h5 2.0.0
C++ interface to HDF5
|
#include <Python.h>#include <numpy/arrayobject.h>#include <c2py/c2py.hpp>#include "./h5py_io.hpp"#include <h5/generic.hpp>#include <h5/object.hpp>#include <h5/scalar.hpp>#include <h5/stl/string.hpp>#include <h5/stl/vector.hpp>#include <hdf5.h>#include <hdf5_hl.h>#include <algorithm>#include <cstddef>#include <complex>#include <stdexcept>#include <string>#include <vector>Implementation details for h5py_io.hpp.
Definition in file h5py_io.cpp.
Go to the source code of this file.
Functions | |
| c2py::pyref | h5::h5_read_bare (group g, std::string const &name) |
| Read a dataset from an HDF5 group and return it as a Python object. | |
| void | h5::h5_write_bare (group g, std::string const &name, PyObject *ob) |
| Write a Python object to an HDF5 group. | |