Rosetta
|
#include <T80.custom_trampoline.hpp>
#include <T80.custom_trampoline.include>
#include <sstream>
#include <functional>
#include <pybind11/pybind11.h>
#include <string>
#include <map>
#include <algorithm>
#include <memory>
#include <stdexcept>
Classes | |
struct | PyCallBack_aaa_A_double_t |
Macros | |
#define | BINDER_PYBIND11_TYPE_CASTER |
Typedefs | |
typedef std::function< pybind11::module &(std::string const &) > | ModuleGetter |
Functions | |
void | bind_T80_custom_trampoline (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T80_custom_trampoline, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T80_custom_trampoline | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References arg(), basic::init(), and basic::options::OptionKeys::out::file::o.
Referenced by PyCallBack_aaa_A_double_t::foo().
PYBIND11_MODULE | ( | T80_custom_trampoline | , |
root_module | |||
) |