DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Serializer_bind.cpp
Go to the documentation of this file.
1#include "Serializer_bind.hpp"
2
4{
5 void pybind11_bind_Serializer(py::module_ m)
6 {
7 auto m_Serializer = m.def_submodule("Serializer");
8
11 pybind11_SerializerH5_define(m_Serializer);
12
14 }
15}
pybind11 bindings for the serializer hierarchy (SerializerBase, SerializerJSON, SerializerH5) and the...
void pybind11_SerializerBase_define(py::module_ m)
void pybind11_SerializerFactory_define(py::module_ m)
void pybind11_SerializerJSON_define(py::module_ m)
void pybind11_bind_Serializer(py::module_ m)
void pybind11_SerializerH5_define(py::module_ m)