|
TRIQS/h5 2.0.0
C++ interface to HDF5
|
#include <c2py/c2py.hpp>#include <Python.h>#include <h5/group.hpp>#include <h5/array_interface.hpp>Provides helper functions to read/write Python objects to/from HDF5 files.
Definition in file h5py_io.hpp.
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. | |