|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
pybind11 bindings for the serializer hierarchy (SerializerBase, SerializerJSON, SerializerH5) and the factory. More...
#include "DNDS/MPI.hpp"#include "DNDS/Defines_bind.hpp"#include "pybind11_json/pybind11_json.hpp"#include "SerializerBase.hpp"#include "SerializerH5.hpp"#include "SerializerJSON.hpp"#include "SerializerFactory.hpp"#include <pybind11/stl.h>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
| namespace | DNDS::Serializer |
Functions | |
| auto | DNDS::Serializer::pybind11_SerializerBase_declare (py::module_ m) |
| auto | DNDS::Serializer::pybind11_SerializerBase_get_class (const py::module_ &m) |
| void | DNDS::Serializer::pybind11_SerializerBase_define (py::module_ m) |
| auto | DNDS::Serializer::pybind11_SerializerJSON_declare (const py::module_ &m) |
| void | DNDS::Serializer::pybind11_SerializerJSON_define (const py::module_ &m) |
| auto | DNDS::Serializer::pybind11_SerializerH5_declare (const py::module_ &m) |
| void | DNDS::Serializer::pybind11_SerializerH5_define (const py::module_ &m) |
| auto | DNDS::Serializer::pybind11_SerializerFactory_declare (py::module_ m) |
| void | DNDS::Serializer::pybind11_SerializerFactory_define (py::module_ m) |
| void | DNDS::Serializer::pybind11_bind_Serializer (py::module_ m) |
pybind11 bindings for the serializer hierarchy (SerializerBase, SerializerJSON, SerializerH5) and the factory.
Definition in file Serializer_bind.hpp.