StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
swig::SwigPyIterator Struct Referenceabstract
Inheritance diagram for swig::SwigPyIterator:
swig::SwigPyIterator_T< OutIterator > swig::SwigPyIteratorClosed_T< OutIterator, ValueType, FromOper > swig::SwigPyIteratorOpen_T< OutIterator, ValueType, FromOper > swig::SwigPyIteratorClosed_T< OutIterator, typename OutIterator::value_type, FromOper > swig::SwigPyMapIterator_T< OutIterator, FromOper, ValueType > swig::SwigPyMapIterator_T< OutIterator, FromOper > swig::SwigPyMapKeyIterator_T< OutIterator, FromOper > swig::SwigPyMapValueITerator_T< OutIterator, FromOper >

Public Member Functions

virtual PyObject * value () const =0
 
virtual SwigPyIteratorincr (size_t n=1)=0
 
virtual SwigPyIteratordecr (size_t=1)
 
virtual ptrdiff_t distance (const SwigPyIterator &) const
 
virtual bool equal (const SwigPyIterator &) const
 
virtual SwigPyIteratorcopy () const =0
 
PyObject * next ()
 
PyObject * __next__ ()
 
PyObject * previous ()
 
SwigPyIteratoradvance (ptrdiff_t n)
 
bool operator== (const SwigPyIterator &x) const
 
bool operator!= (const SwigPyIterator &x) const
 
SwigPyIteratoroperator+= (ptrdiff_t n)
 
SwigPyIteratoroperator-= (ptrdiff_t n)
 
SwigPyIteratoroperator+ (ptrdiff_t n) const
 
SwigPyIteratoroperator- (ptrdiff_t n) const
 
ptrdiff_t operator- (const SwigPyIterator &x) const
 

Static Public Member Functions

static swig_type_infodescriptor ()
 

Protected Member Functions

 SwigPyIterator (PyObject *seq)
 

Detailed Description

Definition at line 4225 of file PythonWrapper.h.


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