This is the complete list of members for memoryview, including all inherited members.
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | inline |
| check() const | handle | inline |
| dec_ref() const & | handle | inline |
| from_buffer(void *ptr, ssize_t itemsize, const char *format, detail::any_container< ssize_t > shape, detail::any_container< ssize_t > strides, bool readonly=false) | memoryview | static |
| from_buffer(const void *ptr, ssize_t itemsize, const char *format, detail::any_container< ssize_t > shape, detail::any_container< ssize_t > strides) | memoryview | inlinestatic |
| from_buffer(T *ptr, detail::any_container< ssize_t > shape, detail::any_container< ssize_t > strides, bool readonly=false) | memoryview | inlinestatic |
| from_buffer(const T *ptr, detail::any_container< ssize_t > shape, detail::any_container< ssize_t > strides) | memoryview | inlinestatic |
| from_memory(void *mem, ssize_t size, bool readonly=false) | memoryview | inlinestatic |
| from_memory(const void *mem, ssize_t size) | memoryview | inlinestatic |
| 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 | |
| m_ptr | handle | protected |
| memoryview(const buffer_info &info) | memoryview | inlineexplicit |
| 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 handle &h) const | handle | inline |
| operator=(const object &other) | object | inline |
| operator=(object &&other) noexcept | object | inline |
| operator==(const handle &h) const | handle | inline |
| ptr() const | handle | inline |
| ptr() | handle | inline |
| PYBIND11_DEPRECATED("Use reinterpret_borrow<object>() or reinterpret_steal<object>()") object(handle h | object | |
| release() | object | inline |
| throw_gilstate_error(const std::string &function_name) const | handle | inlineprivate |
| ~object() | object | inline |