Rosetta
|
#include <iterator>
#include <memory>
#include <sstream>
#include <vector>
#include <functional>
#include <pybind11/pybind11.h>
#include <string>
#include <stl_binders.hpp>
#include <T40.stl.hpp>
#include <map>
#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_vector (std::function< pybind11::module &(std::string const &namespace_) > &M) |
void | bind_T40_stl (std::function< pybind11::module &(std::string const &namespace_) > &M) |
void | bind_std_T40_stl (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_MODULE (T40_stl, root_module) | |
#define BINDER_PYBIND11_TYPE_CASTER |
typedef std::function< pybind11::module & (std::string const &) > ModuleGetter |
void bind_std_stl_vector | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
Referenced by PYBIND11_MODULE().
void bind_std_T40_stl | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
Referenced by PYBIND11_MODULE().
void bind_T40_stl | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
Referenced by PYBIND11_MODULE().
PYBIND11_MODULE | ( | T40_stl | , |
root_module | |||
) |