![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|
This is the complete list of members for sequence, including all inherited members.
| __attribute__((deprecated("Use reinterpret_borrow<""sequence"">() or reinterpret_steal<""sequence"">()"))) sequence(handle h | sequence | |
| pybind11::object::__attribute__((deprecated("Use reinterpret_borrow<object>() or reinterpret_steal<object>()"))) object(handle h | object | |
| pybind11::handle::__attribute__((deprecated("Use obj1.is(obj2) instead"))) bool operator | handle | |
| object_api< handle >::__attribute__((deprecated("call(...) was deprecated in favor of operator()(...)"))) object call(Args &&... args) const | object_api< handle > | |
| attr(handle key) const | object_api< handle > | |
| attr(const char *key) const | object_api< handle > | |
| begin() const | object_api< handle > | |
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | inline |
| cast() && | object | inline |
| pybind11::handle::cast() const | handle | |
| contains(T &&item) const | object_api< handle > | |
| dec_ref() const & | handle | inline |
| end() const | object_api< handle > | |
| equal(object_api const &other) const | object_api< handle > | inline |
| get_type() const | object_api< handle > | |
| handle()=default | handle | |
| handle(PyObject *ptr) | handle | inline |
| inc_ref() const & | handle | inline |
| is(object_api const &other) const | object_api< handle > | inline |
| is_borrowed | sequence | |
| is_none() const | object_api< handle > | inline |
| not_equal(object_api const &other) const | object_api< handle > | 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&(object_api const &other) const | object_api< handle > | |
| operator&=(object_api const &other) const | object_api< handle > | |
| operator()(Args &&...args) const | object_api< handle > | |
| operator*() const | object_api< handle > | |
| operator*(object_api const &other) const | object_api< handle > | |
| operator*=(object_api const &other) const | object_api< handle > | |
| operator+(object_api const &other) const | object_api< handle > | |
| operator+=(object_api const &other) const | object_api< handle > | |
| operator-() const | object_api< handle > | |
| operator-(object_api const &other) const | object_api< handle > | |
| operator-=(object_api const &other) const | object_api< handle > | |
| operator/(object_api const &other) const | object_api< handle > | |
| operator/=(object_api const &other) const | object_api< handle > | |
| operator<(object_api const &other) const | object_api< handle > | inline |
| operator<<(object_api const &other) const | object_api< handle > | |
| operator<<=(object_api const &other) const | object_api< handle > | |
| operator<=(object_api const &other) const | object_api< handle > | inline |
| operator=(const object &other) | object | inline |
| operator=(object &&other) noexcept | object | inline |
| operator>(object_api const &other) const | object_api< handle > | inline |
| operator>=(object_api const &other) const | object_api< handle > | inline |
| operator>>(object_api const &other) const | object_api< handle > | |
| operator>>=(object_api const &other) const | object_api< handle > | |
| operator[](handle key) const | object_api< handle > | |
| operator[](const char *key) const | object_api< handle > | |
| operator^(object_api const &other) const | object_api< handle > | |
| operator^=(object_api const &other) const | object_api< handle > | |
| operator|(object_api const &other) const | object_api< handle > | |
| operator|=(object_api const &other) const | object_api< handle > | |
| operator~() const | object_api< handle > | |
| ptr() const | handle | inline |
| ptr() | handle | inline |
| ref_count() const | object_api< handle > | inline |
| release() | object | inline |
| ~object() | object | inline |
1.8.13