Rosetta
|
#include <T07.class.match_args.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_match_args (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T07_class_match_args, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_T07_class_match_args | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
References MatchArgs::__match_args__, basic::init(), basic::options::OptionKeys::out::file::o, MatchArgs::var1, and MatchArgs::var2.
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T07_class_match_args | , |
root_module | |||
) |