Python's dictionary protocol permits this to be a forward iterator. More...
#include <pytypes.h>
Protected Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | pointer = arrow_proxy< const value_type > |
| using | reference = const value_type |
| using | value_type = std::pair< handle, handle > |
Protected Member Functions | |
| reference | dereference () const |
| dict_readonly ()=default | |
| dict_readonly (handle obj, ssize_t pos) | |
| bool | equal (const dict_readonly &b) const |
| void | increment () |
Private Attributes | |
| PyObject * | key = nullptr |
| handle | obj |
| ssize_t | pos = -1 |
| PyObject * | value = nullptr |
Python's dictionary protocol permits this to be a forward iterator.
|
protected |
|
protected |
|
protected |
|
protected |
|
protecteddefault |
|
inlineprotected |
|
inlineprotected |