#include <exception>
#include <sstream>
#include <pybind11/pybind11.h>
#include <functional>
#include <string>
#include <pybind11/stl.h>
Go to the source code of this file.
Classes | |
struct | PyCallBack_std_exception |
Macros | |
#define | BINDER_PYBIND11_TYPE_CASTER |
Functions | |
void | bind_std_exception (std::function< pybind11::module &(std::string const &namespace_) > &M) |
PYBIND11_DECLARE_HOLDER_TYPE (T, std::shared_ptr< T >) | |
PYBIND11_DECLARE_HOLDER_TYPE (T, T *) | |
PYBIND11_MAKE_OPAQUE (std::shared_ptr< void >) | |
#define BINDER_PYBIND11_TYPE_CASTER |
Definition at line 11 of file exception.cpp.
void bind_std_exception | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |
Definition at line 36 of file exception.cpp.
PYBIND11_DECLARE_HOLDER_TYPE | ( | T | , |
std::shared_ptr< T > | |||
) |
PYBIND11_DECLARE_HOLDER_TYPE | ( | T | , |
T * | |||
) |
PYBIND11_MAKE_OPAQUE | ( | std::shared_ptr< void > | ) |