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 | value_type = std::pair< handle, handle > |
using | reference = const value_type |
using | pointer = arrow_proxy< const value_type > |
Protected Member Functions | |
dict_readonly ()=default | |
dict_readonly (handle obj, ssize_t pos) | |
reference | dereference () const |
void | increment () |
bool | equal (const dict_readonly &b) const |
Python's dictionary protocol permits this to be a forward iterator.
|
protected |
|
protected |
|
protected |
|
protected |
|
protecteddefault |
|
inlineprotected |
|
inlineprotected |