Rosetta
|
#include <T20.template.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_T20_template (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T20_template, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T20_template | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References arg(), fi(), fi_instantiated_by_use_in_function(), foo(), foo< double >(), foo< int >(), basic::init(), and instantiate().
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T20_template | , |
root_module | |||
) |