Public Types | |
typedef PySequence_InputIterator< T, Reference > | self |
typedef std::random_access_iterator_tag | iterator_category |
typedef Reference | reference |
typedef T | value_type |
typedef T * | pointer |
typedef int | difference_type |
Public Member Functions | |
PySequence_InputIterator () | |
PySequence_InputIterator (PyObject *seq, int index) | |
reference | operator* () const |
PySequence_ArrowProxy< T > | operator-> () const |
bool | operator== (const self &ri) const |
bool | operator!= (const self &ri) const |
self & | operator++ () |
self & | operator-- () |
self & | operator+= (difference_type n) |
self | operator+ (difference_type n) const |
self & | operator-= (difference_type n) |
self | operator- (difference_type n) const |
difference_type | operator- (const self &ri) const |
bool | operator< (const self &ri) const |
reference | operator[] (difference_type n) const |
typedef PySequence_InputIterator<T, Reference > swig::PySequence_InputIterator< T, Reference >::self |
typedef std::random_access_iterator_tag swig::PySequence_InputIterator< T, Reference >::iterator_category |
typedef Reference swig::PySequence_InputIterator< T, Reference >::reference |
typedef T swig::PySequence_InputIterator< T, Reference >::value_type |
typedef T* swig::PySequence_InputIterator< T, Reference >::pointer |
typedef int swig::PySequence_InputIterator< T, Reference >::difference_type |
swig::PySequence_InputIterator< T, Reference >::PySequence_InputIterator | ( | ) | [inline] |
swig::PySequence_InputIterator< T, Reference >::PySequence_InputIterator | ( | PyObject * | seq, | |
int | index | |||
) | [inline] |
reference swig::PySequence_InputIterator< T, Reference >::operator* | ( | ) | const [inline] |
Referenced by swig::PySequence_InputIterator< T, Reference >::operator->().
PySequence_ArrowProxy<T> swig::PySequence_InputIterator< T, Reference >::operator-> | ( | ) | const [inline] |
bool swig::PySequence_InputIterator< T, Reference >::operator== | ( | const self & | ri | ) | const [inline] |
Referenced by swig::PySequence_InputIterator< T, Reference >::operator!=().
bool swig::PySequence_InputIterator< T, Reference >::operator!= | ( | const self & | ri | ) | const [inline] |
self& swig::PySequence_InputIterator< T, Reference >::operator++ | ( | ) | [inline] |
self& swig::PySequence_InputIterator< T, Reference >::operator-- | ( | ) | [inline] |
self& swig::PySequence_InputIterator< T, Reference >::operator+= | ( | difference_type | n | ) | [inline] |
self swig::PySequence_InputIterator< T, Reference >::operator+ | ( | difference_type | n | ) | const [inline] |
self& swig::PySequence_InputIterator< T, Reference >::operator-= | ( | difference_type | n | ) | [inline] |
self swig::PySequence_InputIterator< T, Reference >::operator- | ( | difference_type | n | ) | const [inline] |
difference_type swig::PySequence_InputIterator< T, Reference >::operator- | ( | const self & | ri | ) | const [inline] |
bool swig::PySequence_InputIterator< T, Reference >::operator< | ( | const self & | ri | ) | const [inline] |
reference swig::PySequence_InputIterator< T, Reference >::operator[] | ( | difference_type | n | ) | const [inline] |