8#include <h5gt/H5Object.hpp>
9#include <h5gt/H5File.hpp>
10#include <h5gt/H5DataSet.hpp>
11#include <h5gt/H5DataSpace.hpp>
15#include <pybind11/pybind11.h>
16#include <pybind11/eigen.h>
17#include <pybind11/stl.h>
18#include <pybind11/stl_bind.h>
19#include <pybind11/complex.h>
20#include <pybind11/operators.h>
24namespace py = pybind11;
27PYBIND11_MAKE_OPAQUE(std::vector<CompoundType::member_def>);
Use for defining a member of enum type.
Definition H5DataType.hpp:245