This is the complete list of members for iterator, including all inherited members.
advance() | iterator | inlineprivate |
cast() const & | object | |
cast() && | object | |
cast() const & | object | inline |
check() const | handle | inline |
dec_ref() const & | handle | inline |
difference_type typedef | iterator | |
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 |
is_borrowed | object | |
iterator_category typedef | iterator | |
m_ptr | handle | protected |
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 iterator &a, const iterator &b) | iterator | friend |
object::operator!=(const handle &h) const | handle | inline |
operator*() const | iterator | inline |
operator++() | iterator | inline |
operator++(int) | iterator | inline |
operator->() const | iterator | inline |
operator=(const object &other) | object | inline |
operator=(object &&other) noexcept | object | inline |
operator==(const iterator &a, const iterator &b) | iterator | friend |
object::operator==(const handle &h) const | handle | inline |
pointer typedef | iterator | |
ptr() const | handle | inline |
ptr() | handle | inline |
PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle h | object | |
reference typedef | iterator | |
release() | object | inline |
sentinel() | iterator | inlinestatic |
throw_gilstate_error(const std::string &function_name) const | handle | inlineprivate |
value | iterator | private |
value_type typedef | iterator | |
~object() | object | inline |