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 | value_type = object |
using | reference = sequence_accessor |
using | pointer = arrow_proxy< const sequence_accessor > |
Protected Member Functions | |
sequence_slow_readwrite (handle obj, ssize_t index) | |
reference | dereference () const |
void | increment () |
void | decrement () |
void | advance (ssize_t n) |
bool | equal (const sequence_slow_readwrite &b) const |
ssize_t | distance_to (const sequence_slow_readwrite &b) const |
Full read and write access using the sequence protocol: see detail::sequence_accessor
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |