Rosetta
|
#include <T11.override.hpp>
#include <iterator>
#include <memory>
#include <sstream>
#include <string>
#include <functional>
#include <pybind11/pybind11.h>
#include <map>
#include <algorithm>
#include <stdexcept>
Classes | |
struct | PyCallBack_Base |
Macros | |
#define | BINDER_PYBIND11_TYPE_CASTER |
Typedefs | |
typedef std::function< pybind11::module &(std::string const &) > | ModuleGetter |
Functions | |
void | bind_T11_override (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T11_override, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T11_override | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References arg(), Base::foo_int(), Base::foo_sring(), Base::foo_sring_r(), Base::foo_void(), Base::foo_void_pure(), basic::init(), and Base::s_.
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T11_override | , |
root_module | |||
) |