StRoot
1
|
Public Member Functions | |
virtual PyObject * | value () const =0 |
virtual SwigPyIterator * | incr (size_t n=1)=0 |
virtual SwigPyIterator * | decr (size_t=1) |
virtual ptrdiff_t | distance (const SwigPyIterator &) const |
virtual bool | equal (const SwigPyIterator &) const |
virtual SwigPyIterator * | copy () const =0 |
PyObject * | next () |
PyObject * | __next__ () |
PyObject * | previous () |
SwigPyIterator * | advance (ptrdiff_t n) |
bool | operator== (const SwigPyIterator &x) const |
bool | operator!= (const SwigPyIterator &x) const |
SwigPyIterator & | operator+= (ptrdiff_t n) |
SwigPyIterator & | operator-= (ptrdiff_t n) |
SwigPyIterator * | operator+ (ptrdiff_t n) const |
SwigPyIterator * | operator- (ptrdiff_t n) const |
ptrdiff_t | operator- (const SwigPyIterator &x) const |
Static Public Member Functions | |
static swig_type_info * | descriptor () |
Protected Member Functions | |
SwigPyIterator (PyObject *seq) | |
Definition at line 4225 of file PythonWrapper.h.