StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
swig::SwigPySequence_InputIterator< T, Reference > Struct Template Reference

Public Types

typedef
SwigPySequence_InputIterator
< T, Reference > 
self
 
typedef
std::random_access_iterator_tag 
iterator_category
 
typedef Reference reference
 
typedef T value_type
 
typedef T * pointer
 
typedef Py_ssize_t difference_type
 

Public Member Functions

 SwigPySequence_InputIterator (PyObject *seq, Py_ssize_t index)
 
reference operator* () const
 
SwigPySequence_ArrowProxy< T > operator-> () const
 
bool operator== (const self &ri) const
 
bool operator!= (const self &ri) const
 
selfoperator++ ()
 
selfoperator-- ()
 
selfoperator+= (difference_type n)
 
self operator+ (difference_type n) const
 
selfoperator-= (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
 

Detailed Description

template<class T, class Reference>
struct swig::SwigPySequence_InputIterator< T, Reference >

Definition at line 6029 of file PythonWrapper.h.


The documentation for this struct was generated from the following file: