Rosetta
Macros | Typedefs | Functions
T30.include.ref.cpp File Reference
#include <T30.include.incl.a.include>
#include <sstream>
#include <functional>
#include <pybind11/pybind11.h>
#include <string>
#include <T30.include.incl.b.include>
#include <T30.include.hpp>
#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_T30_include_incl_a_include (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
void bind_T30_include_incl_b_include (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
void bind_T30_include (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
 PYBIND11_MODULE (T30_include, root_module)
 

Macro Definition Documentation

◆ BINDER_PYBIND11_TYPE_CASTER

#define BINDER_PYBIND11_TYPE_CASTER

Typedef Documentation

◆ ModuleGetter

typedef std::function< pybind11::module & (std::string const &) > ModuleGetter

Function Documentation

◆ bind_T30_include()

void bind_T30_include ( std::function< pybind11::module &(std::string const &namespace_) > &  M)

References arg(), and foo().

Referenced by PYBIND11_MODULE().

◆ bind_T30_include_incl_a_include()

void bind_T30_include_incl_a_include ( std::function< pybind11::module &(std::string const &namespace_) > &  M)

◆ bind_T30_include_incl_b_include()

void bind_T30_include_incl_b_include ( std::function< pybind11::module &(std::string const &namespace_) > &  M)

References basic::init().

Referenced by PYBIND11_MODULE().

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( T30_include  ,
root_module   
)