![]() |
Scarab
v2.11.1
Project 8 C++ Utility Library
|
Classes | |
| struct | arrow_proxy |
Quick proxy class needed to implement operator-> for iterators which can't return pointers. More... | |
| class | dict_readonly |
| Python's dictionary protocol permits this to be a forward iterator. More... | |
| class | sequence_fast_readonly |
Lightweight iterator policy using just a simple pointer: see PySequence_Fast_ITEMS More... | |
| class | sequence_slow_readwrite |
Full read and write access using the sequence protocol: see detail::sequence_accessor More... | |
1.8.13