Rosetta
Macros | Typedefs | Functions
T42.stl.names.set.ref.cpp File Reference
#include <functional>
#include <sstream>
#include <pybind11/pybind11.h>
#include <string>
#include <deque>
#include <forward_list>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <utility>
#include <vector>
#include <unordered_map>
#include <unordered_set>
#include <T42.stl.names.set.hpp>
#include <algorithm>
#include <stdexcept>

Macros

#define BINDER_PYBIND11_TYPE_CASTER
 

Typedefs

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

Functions

void bind_std_stl_function (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
void bind_std_functional_hash (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
void bind_std_unordered_set (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
void bind_T42_stl_names_set (std::function< pybind11::module &(std::string const &namespace_) > &M)
 
 PYBIND11_MODULE (T42_stl_names_set, 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_std_functional_hash()

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

◆ bind_std_stl_function()

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

◆ bind_std_unordered_set()

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

◆ bind_T42_stl_names_set()

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

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( T42_stl_names_set  ,
root_module   
)