![]() |
BoB robotics
The Brains on Board robotics library
|
STL iterator template used for tuple, list, sequence and dict. More...
#include <pytypes.h>
Public Member Functions | |
generic_iterator (handle seq, ssize_t index) | |
reference | operator* () const |
reference | operator[] (difference_type n) const |
pointer | operator-> () const |
It & | operator++ () |
It | operator++ (int) |
It & | operator-- () |
It | operator-- (int) |
It & | operator+= (difference_type n) |
It & | operator-= (difference_type n) |
Friends | |
It | operator+ (const It &a, difference_type n) |
It | operator+ (difference_type n, const It &b) |
It | operator- (const It &a, difference_type n) |
difference_type | operator- (const It &a, const It &b) |
bool | operator== (const It &a, const It &b) |
bool | operator!= (const It &a, const It &b) |
bool | operator< (const It &a, const It &b) |
bool | operator> (const It &a, const It &b) |
bool | operator>= (const It &a, const It &b) |
bool | operator<= (const It &a, const It &b) |
STL iterator template used for tuple, list, sequence and dict.