StRoot
1
|
Public Types | |
typedef OutIterator | out_iterator |
typedef std::iterator_traits < out_iterator >::value_type | value_type |
typedef SwigPyIterator_T < out_iterator > | self_type |
Public Member Functions | |
SwigPyIterator_T (out_iterator curr, PyObject *seq) | |
const out_iterator & | get_current () const |
bool | equal (const SwigPyIterator &iter) const |
ptrdiff_t | distance (const SwigPyIterator &iter) const |
Public Member Functions inherited from swig::SwigPyIterator | |
virtual PyObject * | value () const =0 |
virtual SwigPyIterator * | incr (size_t n=1)=0 |
virtual SwigPyIterator * | decr (size_t=1) |
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 |
Protected Attributes | |
out_iterator | current |
Additional Inherited Members | |
Static Public Member Functions inherited from swig::SwigPyIterator | |
static swig_type_info * | descriptor () |
Protected Member Functions inherited from swig::SwigPyIterator | |
SwigPyIterator (PyObject *seq) | |
Definition at line 5809 of file PythonWrapper.h.