![]() |
BoB robotics
The Brains on Board robotics library
|
This is the complete list of members for pybind11::cpp_function, including all inherited members.
__attribute__((noinline)) inline unique_function_record make_function_record() | pybind11::cpp_function | inlineprotected |
__attribute__((deprecated("Use reinterpret_borrow<""function"">() or reinterpret_steal<""function"">()"))) function(handle h (defined in pybind11::function) | pybind11::function | |
__attribute__((deprecated("Use reinterpret_borrow<object>() or reinterpret_steal<object>()"))) object(handle h (defined in pybind11::object) | pybind11::object | |
pybind11::handle::__attribute__((deprecated("Use obj1.is(obj2) instead"))) bool operator | pybind11::handle | |
attr(handle key) const | pybind11::detail::object_api< handle > | |
attr(const char *key) const | pybind11::detail::object_api< handle > | |
begin() const | pybind11::detail::object_api< handle > | |
cast() const & (defined in pybind11::object) | pybind11::object | |
cast() && (defined in pybind11::object) | pybind11::object | |
cast() const & (defined in pybind11::object) | pybind11::object | |
cast() && (defined in pybind11::object) | pybind11::object | |
cast() const & (defined in pybind11::object) | pybind11::object | inline |
cast() && (defined in pybind11::object) | pybind11::object | inline |
pybind11::handle::cast() const | pybind11::handle | |
contains(T &&item) const | pybind11::detail::object_api< handle > | |
cpp_function()=default (defined in pybind11::cpp_function) | pybind11::cpp_function | |
cpp_function(std::nullptr_t) (defined in pybind11::cpp_function) | pybind11::cpp_function | inline |
cpp_function(Return(*f)(Args...), const Extra &... extra) | pybind11::cpp_function | inline |
cpp_function(Func &&f, const Extra &... extra) | pybind11::cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...), const Extra &... extra) | pybind11::cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...)&, const Extra &... extra) | pybind11::cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...) const, const Extra &... extra) | pybind11::cpp_function | inline |
cpp_function(Return(Class::*f)(Arg...) const &, const Extra &... extra) | pybind11::cpp_function | inline |
dec_ref() const & | pybind11::handle | inline |
destruct(detail::function_record *rec, bool free_strings=true) | pybind11::cpp_function | inlineprotectedstatic |
dispatcher(PyObject *self, PyObject *args_in, PyObject *kwargs_in) | pybind11::cpp_function | inlineprotectedstatic |
doc() const | pybind11::detail::object_api< handle > | |
end() const | pybind11::detail::object_api< handle > | |
equal(object_api const &other) const | pybind11::detail::object_api< handle > | inline |
handle()=default | pybind11::handle | |
handle(PyObject *ptr) | pybind11::handle | inline |
inc_ref() const & | pybind11::handle | inline |
initialize(Func &&f, Return(*)(Args...), const Extra &... extra) | pybind11::cpp_function | inlineprotected |
initialize_generic(unique_function_record &&unique_rec, const char *text, const std::type_info *const *types, size_t args) | pybind11::cpp_function | inlineprotected |
is(object_api const &other) const | pybind11::detail::object_api< handle > | inline |
is_borrowed (defined in pybind11::function) | pybind11::function | |
is_none() const | pybind11::detail::object_api< handle > | inline |
name() const | pybind11::cpp_function | inline |
object()=default (defined in pybind11::object) | pybind11::object | |
object(const object &o) | pybind11::object | inline |
object(object &&other) noexcept | pybind11::object | inline |
object(handle h, borrowed_t) (defined in pybind11::object) | pybind11::object | inline |
object(handle h, stolen_t) (defined in pybind11::object) | pybind11::object | inline |
operator bool() const | pybind11::handle | inlineexplicit |
operator()(Args &&...args) const | pybind11::detail::object_api< handle > | |
operator*() const | pybind11::detail::object_api< handle > | |
operator=(const object &other) (defined in pybind11::object) | pybind11::object | inline |
operator=(object &&other) noexcept (defined in pybind11::object) | pybind11::object | inline |
operator[](handle key) const | pybind11::detail::object_api< handle > | |
operator[](const char *key) const | pybind11::detail::object_api< handle > | |
ptr() const | pybind11::handle | inline |
ptr() (defined in pybind11::handle) | pybind11::handle | inline |
ref_count() const | pybind11::detail::object_api< handle > | inline |
release() | pybind11::object | inline |
unique_function_record typedef (defined in pybind11::cpp_function) | pybind11::cpp_function | protected |
~object() | pybind11::object | inline |