This is the complete list of members for List< T >, including all inherited members.
| append(T &&val) | list | inline | 
| begin() const | list | inline | 
| cast() const & | object | |
| cast() && | object | |
| cast() const & | object | inline | 
| check() const | handle | inline | 
| clear() | list | inline | 
| dec_ref() const & | handle | inline | 
| empty() const | list | inline | 
| end() const | list | inline | 
| 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 | 
| insert(const IdxType &index, ValType &&val) | list | inline | 
| is_borrowed | object | |
| list(SzType size=0) | List< T > | inlineexplicitprivate | 
| list::list(SzType size=0) | list | inlineexplicit | 
| 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 handle &h) const | handle | inline | 
| operator=(const object &other) | object | inline | 
| operator=(object &&other) noexcept | object | inline | 
| operator==(const handle &h) const | handle | inline | 
| operator[](size_t index) const | list | inline | 
| operator[](T &&o) const | list | 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 | 
| size() const | list | inline | 
| throw_gilstate_error(const std::string &function_name) const | handle | inlineprivate | 
| ~object() | object | inline |