ProSHADE  0.6.1 (JUN 2018)
Protein Shape Descriptors and Symmetry Detection
swig::SwigPyIterator Struct Referenceabstract
Inheritance diagram for swig::SwigPyIterator:
swig::SwigPyIterator_T< OutIterator > swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper > swig::SwigPyForwardIteratorOpen_T< OutIterator, ValueType, FromOper > swig::SwigPyIteratorClosed_T< OutIterator, ValueType, FromOper > swig::SwigPyIteratorOpen_T< OutIterator, ValueType, 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 3177 of file proshadePYTHON_wrap.cxx.


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