![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|
This is the complete list of members for handle, including all inherited members.
| __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 | handle | |
| cast() const | handle | inline |
| 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_none() const | object_api< handle > | inline |
| not_equal(object_api const &other) const | object_api< handle > | 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>(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 |
1.8.13