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);
14 #endif // _INCLUDED_root_binders_hpp_ Definition of class WriterRootTree.
Definition of class ReaderRootTree.
Definition of class ReaderRoot.
Definition of class WriterRoot.