ProSHADE  0.6.1 (JUN 2018)
Protein Shape Descriptors and Symmetry Detection
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 4567 of file proshadePYTHON_wrap.cxx.


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