Rosetta
|
#include <T00.basic.hpp>
#include <functional>
#include <pybind11/pybind11.h>
#include <string>
#include <map>
#include <algorithm>
#include <memory>
#include <stdexcept>
Macros | |
#define | BINDER_PYBIND11_TYPE_CASTER |
Typedefs | |
typedef std::function< pybind11::module &(std::string const &) > | ModuleGetter |
Functions | |
void | bind_T00_basic (std::function< pybind11::module &(std::string const &namespace_) > &M) |
void | bind_T00_basic_1 (std::function< pybind11::module &(std::string const &namespace_) > &M) |
void | bind_T00_basic_2 (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T00_basic, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T00_basic | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References arg(), foo(), foo_char(), foo_double(), foo_float(), foo_int(), and foo_void_p().
Referenced by PYBIND11_MODULE().
void bind_T00_basic_1 | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References global::foo().
Referenced by PYBIND11_MODULE().
void bind_T00_basic_2 | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References nonlocal::foo().
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T00_basic | , |
root_module | |||
) |