DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Serializer_bind.hpp File Reference

pybind11 bindings for the serializer hierarchy (SerializerBase, SerializerJSON, SerializerH5) and the factory. More...

#include "MPI.hpp"
#include "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 dependency graph for Serializer_bind.hpp:
This graph shows which files directly or indirectly include this file:

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 (py::module_ m)
 
void DNDS::Serializer::pybind11_SerializerBase_define (py::module_ m)
 
auto DNDS::Serializer::pybind11_SerializerJSON_declare (py::module_ m)
 
void DNDS::Serializer::pybind11_SerializerJSON_define (py::module_ m)
 
auto DNDS::Serializer::pybind11_SerializerH5_declare (py::module_ m)
 
void DNDS::Serializer::pybind11_SerializerH5_define (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)
 

Detailed Description

pybind11 bindings for the serializer hierarchy (SerializerBase, SerializerJSON, SerializerH5) and the factory.

Definition in file Serializer_bind.hpp.