![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|
This is the complete list of members for array, including all inherited members.
| __attribute__((deprecated("Use reinterpret_borrow<""array"">() or reinterpret_steal<""array"">()"))) array(handle h | array | |
| pybind11::buffer::__attribute__((deprecated("Use reinterpret_borrow<""buffer"">() or reinterpret_steal<""buffer"">()"))) buffer(handle h | buffer | |
| 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 > | |
| array() | array | inline |
| array(const pybind11::dtype &dt, ShapeContainer shape, StridesContainer strides, const void *ptr=nullptr, handle base=handle()) | array | inline |
| array(const pybind11::dtype &dt, ShapeContainer shape, const void *ptr=nullptr, handle base=handle()) | array | inline |
| array(const pybind11::dtype &dt, T count, const void *ptr=nullptr, handle base=handle()) | array | inline |
| array(ShapeContainer shape, StridesContainer strides, const T *ptr, handle base=handle()) | array | inline |
| array(ShapeContainer shape, const T *ptr, handle base=handle()) | array | inline |
| array(ssize_t count, const T *ptr, handle base=handle()) | array | inlineexplicit |
| array(const buffer_info &info) | array | inlineexplicit |
| attr(handle key) const | object_api< handle > | |
| attr(const char *key) const | object_api< handle > | |
| base() const | array | inline |
| begin() const | object_api< handle > | |
| borrowed_t | array | |
| byte_offset(Ix... index) const | array | inlineprotected |
| c_strides(const std::vector< ssize_t > &shape, ssize_t itemsize) | array | inlineprotectedstatic |
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | inline |
| cast() && | object | inline |
| pybind11::handle::cast() const | handle | |
| check_dimensions(Ix... index) const | array | inlineprotected |
| check_dimensions_impl(ssize_t, const ssize_t *) const | array | inlineprotected |
| check_dimensions_impl(ssize_t axis, const ssize_t *shape, ssize_t i, Ix... index) const | array | inlineprotected |
| check_writeable() const | array | inlineprotected |
| contains(T &&item) const | object_api< handle > | |
| data(Ix... index) const | array | inline |
| dec_ref() const & | handle | inline |
| detail::npy_format_descriptor | array | friend |
| dtype() const | array | inline |
| end() const | object_api< handle > | |
| ensure(handle h, int ExtraFlags=0) | array | inlinestatic |
| equal(object_api const &other) const | object_api< handle > | inline |
| f_strides(const std::vector< ssize_t > &shape, ssize_t itemsize) | array | inlineprotectedstatic |
| fail_dim_check(ssize_t dim, const std::string &msg) const | array | inlineprotected |
| flags() const | array | inline |
| get_type() const | object_api< handle > | |
| handle()=default | handle | |
| handle(PyObject *ptr) | handle | inline |
| inc_ref() const & | handle | inline |
| index_at(Ix... index) const | array | inline |
| is(object_api const &other) const | object_api< handle > | inline |
| is_borrowed | array | |
| is_none() const | object_api< handle > | inline |
| itemsize() const | array | inline |
| mutable_data(Ix... index) | array | inline |
| mutable_unchecked() & | array | inline |
| nbytes() const | array | inline |
| ndim() const | array | 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 |
| offset_at(Ix... index) const | array | inline |
| offset_at() const | array | 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 > | |
| owndata() const | array | inline |
| ptr() const | handle | inline |
| ptr() | handle | inline |
| raw_array(PyObject *ptr, int ExtraFlags=0) | array | inlineprotectedstatic |
| ref_count() const | object_api< handle > | inline |
| release() | object | inline |
| resize(ShapeContainer new_shape, bool refcheck=true) | array | inline |
| shape() const | array | inline |
| shape(ssize_t dim) const | array | inline |
| ShapeContainer typedef | array | |
| size() const | array | inline |
| squeeze() | array | inline |
| strides() const | array | inline |
| strides(ssize_t dim) const | array | inline |
| StridesContainer typedef | array | |
| unchecked() const & | array | inline |
| writeable() const | array | inline |
| ~object() | object | inline |
1.8.13