Full read and write access using the sequence protocol: see detail::sequence_accessor
More...
#include <pytypes.h>
Protected Types | |
using | iterator_category = std::random_access_iterator_tag |
using | pointer = arrow_proxy< const sequence_accessor > |
using | reference = sequence_accessor |
using | value_type = object |
Protected Member Functions | |
void | advance (ssize_t n) |
void | decrement () |
reference | dereference () const |
ssize_t | distance_to (const sequence_slow_readwrite &b) const |
bool | equal (const sequence_slow_readwrite &b) const |
void | increment () |
sequence_slow_readwrite (handle obj, ssize_t index) | |
Private Attributes | |
ssize_t | index |
handle | obj |
Full read and write access using the sequence protocol: see detail::sequence_accessor
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |