Rosetta
Macros | Typedefs | Functions
T01.enum.ref.cpp File Reference
#include <T01.enum.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_T01_enum (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
void bind_T01_enum_1 (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
 PYBIND11_MODULE (T01_enum, 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_T01_enum()

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

◆ bind_T01_enum_1()

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

References aaaa::V0, and aaaa::V1.

Referenced by PYBIND11_MODULE().

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( T01_enum  ,
root_module   
)