Scarab  v2.9.0
Project 8 C++ Utility Library
Classes
pybind11::detail::iterator_policies Namespace Reference

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...