This is the complete list of members for cpp_function, including all inherited members.
cast() const & | object | |
cast()&& | object | |
cast() const & | object | inline |
cast()&& | object | inline |
check() const | handle | inline |
cpp_function()=default | cpp_function | |
cpp_function(std::nullptr_t) | cpp_function | inline |
cpp_function(Return(*f)(Args...), const Extra &...extra) | cpp_function | inline |
cpp_function(Func &&f, const Extra &...extra) | cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...), const Extra &...extra) | cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...)&, const Extra &...extra) | cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...) const, const Extra &...extra) | cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...) const &, const Extra &...extra) | cpp_function | inline |
function::cpp_function() const | function | inline |
dec_ref() const & | handle | inline |
destruct(detail::function_record *rec) | cpp_function | inlineprotectedstatic |
dispatcher(PyObject *self, PyObject *args_in, PyObject *kwargs_in) | cpp_function | inlineprotectedstatic |
handle()=default | handle | |
handle(PyObject *ptr) | handle | inline |
inc_ref() const & | handle | inline |
initialize(Func &&f, Return(*)(Args...), const Extra &...extra) | cpp_function | inlineprotected |
initialize_generic(detail::function_record *rec, const char *text, const std::type_info *const *types, size_t args) | cpp_function | inlineprotected |
is_borrowed | object | |
is_cpp_function() const | function | inline |
m_ptr | handle | protected |
make_function_record() | cpp_function | inlineprotected |
name() const | cpp_function | inline |
object()=default | object | |
object(const object &o) | object | inline |
object(object &&other) noexcept | object | inline |
object(handle h, borrowed_t) | object | inline |
object(handle h, stolen_t) | object | inline |
operator bool() const | handle | inlineexplicit |
operator!=(const handle &h) const | handle | inline |
operator=(const object &other) | object | inline |
operator=(object &&other) noexcept | object | inline |
operator==(const handle &h) const | handle | inline |
ptr() const | handle | inline |
ptr() | handle | inline |
PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle h | object | |
release() | object | inline |
~object() | object | inline |