7#include <pybind11/pybind11.h>
9 void WriterRootTree_binder(pybind11::module &M);
10 void WriterRoot_binder(pybind11::module &M);
11 void ReaderRootTree_binder(pybind11::module &M);
12 void ReaderRoot_binder(pybind11::module &M);
Definition of class ReaderRootTree.
Definition of class ReaderRoot.
Definition of class WriterRootTree.
Definition of class WriterRoot.