Rosetta
|
#include <T70.module_local.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_T70_module_local (std::function< pybind11::module &(std::string const &namespace_) > &M) |
void | bind_T70_module_local_1 (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T70_module_local, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T70_module_local | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References spectral_cluster_kmeans_adaptive_kernel_density_bb_dependent_rotlib::A, aaa::A< T >::foo(), and basic::init().
Referenced by PYBIND11_MODULE().
void bind_T70_module_local_1 | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References bbb::B::foo(), and basic::init().
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T70_module_local | , |
root_module | |||
) |