![]() |
BoB robotics
The Brains on Board robotics library
|
This is the complete list of members for pybind11::class_< type_, options >, including all inherited members.
| __attribute__((deprecated("Use reinterpret_borrow<""class_"">() or reinterpret_steal<""class_"">()"))) class_(handle h (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| __attribute__((deprecated("Use reinterpret_borrow<""generic_type"">() or reinterpret_steal<""generic_type"">()"))) generic_type(handle h (defined in pybind11::detail::generic_type) | pybind11::detail::generic_type | |
| __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 > | |
| borrowed_t (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| 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 > | |
| dec_ref() const & | pybind11::handle | inline |
| def(const char *name_, Func &&f, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def(const detail::op_< id, ot, L, R > &op, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def(const detail::initimpl::constructor< Args... > &init, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def(const detail::initimpl::alias_constructor< Args... > &init, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def(detail::initimpl::factory< Args... > &&init, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def(detail::initimpl::pickle_factory< Args... > &&pf, const Extra &...extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_buffer(Func &&func) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_buffer(Return(Class::*func)(Args...)) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_buffer(Return(Class::*func)(Args...) const) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_cast(const detail::op_< id, ot, L, R > &op, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_property(const char *name, const Getter &fget, const Setter &fset, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property(const char *name, const Getter &fget, const cpp_function &fset, const Extra &...extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_property(const char *name, const cpp_function &fget, const cpp_function &fset, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property_readonly(const char *name, const Getter &fget, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property_readonly(const char *name, const cpp_function &fget, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property_readonly_static(const char *name, const Getter &fget, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property_readonly_static(const char *name, const cpp_function &fget, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property_static(const char *name, const Getter &fget, const cpp_function &fset, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_property_static(const char *name, const cpp_function &fget, const cpp_function &fset, const Extra &...extra) | pybind11::class_< type_, options > | inline |
| def_readonly(const char *name, const D C::*pm, const Extra &...extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_readonly_static(const char *name, const D *pm, const Extra &...extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_readwrite(const char *name, D C::*pm, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_readwrite_static(const char *name, D *pm, const Extra &...extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| def_static(const char *name_, Func &&f, const Extra &... extra) (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | inline |
| 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 |
| has_alias (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | static |
| holder_type typedef (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| inc_ref() const & | pybind11::handle | inline |
| int (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| is(object_api const &other) const | pybind11::detail::object_api< handle > | inline |
| is_borrowed (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| is_none() const | pybind11::detail::object_api< handle > | 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 |
| type typedef (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| type_alias typedef (defined in pybind11::class_< type_, options >) | pybind11::class_< type_, options > | |
| ~object() | pybind11::object | inline |