proteus  1.8.1
C/C++/Fortran libraries
Namespaces | Macros | Functions
ArgumentsDict.cpp File Reference
#include "pybind11/pybind11.h"
#include "pybind11/stl_bind.h"
#include "ArgumentsDict.h"
Include dependency graph for ArgumentsDict.cpp:

Go to the source code of this file.

Namespaces

 xt
 
 proteus
 
 proteus::detail
 

Macros

#define FORCE_IMPORT_ARRAY
 

Functions

template<class OS , class M >
OS & proteus::detail::print_map (OS &os, const std::string &name, const M &m)
 
template<class M >
void proteus::bind_throwing_map (py::class_< M > &cl, const std::string &name)
 
void proteus::bind_arguments_dict (py::class_< arguments_dict > &cl, const std::string &name)
 
 PYBIND11_MODULE (cArgumentsDict, m)
 

Macro Definition Documentation

◆ FORCE_IMPORT_ARRAY

#define FORCE_IMPORT_ARRAY

Definition at line 4 of file ArgumentsDict.cpp.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( cArgumentsDict  ,
 
)

Definition at line 154 of file ArgumentsDict.cpp.