Rosetta
|
#include <T07.class.hpp>
#include <sstream>
#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_T07_class (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T07_class, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T07_class | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References arg(), Floating_point::d, Enums::E1V, Enums::E2V, Floating_point::f, Access::foo(), ConstOverload::foo(), Access::foo_public(), Integral::i, Access::i, basic::init(), enumerate_junctions::int, Integral::l, Floating_point::ld, basic::options::OptionKeys::out::file::o, Consts::public_int, Consts::public_Integral, Integral::ui, and Integral::ul.
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T07_class | , |
root_module | |||
) |