Rosetta
Classes | Macros | Typedefs | Functions
T10.inheritance.ref.cpp File Reference
#include <T10.inheritance.hpp>
#include <sstream>
#include <functional>
#include <pybind11/pybind11.h>
#include <string>
#include <map>
#include <algorithm>
#include <memory>
#include <stdexcept>

Classes

struct  PyCallBack_Base
 
struct  PyCallBack_Derived
 
struct  PyCallBack_Delete
 
struct  PyCallBack_X
 

Macros

#define BINDER_PYBIND11_TYPE_CASTER
 

Typedefs

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

Functions

void bind_T10_inheritance (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
 PYBIND11_MODULE (T10_inheritance, 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_T10_inheritance()

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

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( T10_inheritance  ,
root_module   
)