This is the complete list of members for cpp_function, including all inherited members.
cast() const & | object | |
cast() && | object | |
cast() const & | object | inline |
check() const | handle | inline |
cpp_function()=default | cpp_function | |
cpp_function(std::nullptr_t) | cpp_function | inline |
cpp_function(std::nullptr_t, const is_setter &) | 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, bool free_strings=true) | cpp_function | inlineprotectedstatic |
dispatcher(PyObject *self, PyObject *args_in, PyObject *kwargs_in) | cpp_function | inlineprotectedstatic |
handle()=default | handle | |
handle(T ptr) | handle | inline |
handle(T &obj) | handle | inline |
inc_ref() const & | handle | inline |
inc_ref_counter(std::size_t add) | handle | inlineprivatestatic |
inc_ref_counter() | handle | inlinestatic |
initialize(Func &&f, Return(*)(Args...), const Extra &...extra) | cpp_function | inlineprotected |
initialize_generic(unique_function_record &&unique_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 |
throw_gilstate_error(const std::string &function_name) const | handle | inlineprivate |
unique_function_record typedef | cpp_function | protected |
~object() | object | inline |