AnimatLab  2
Test
swig::SwigPySequence_InputIterator< T, Reference > Struct Template Reference
+ Collaboration diagram for swig::SwigPySequence_InputIterator< T, Reference >:

Public Types

typedef int difference_type
 
typedef std::random_access_iterator_tag iterator_category
 
typedef T * pointer
 
typedef Reference reference
 
typedef SwigPySequence_InputIterator< T, Reference > self
 
typedef T value_type
 

Public Member Functions

 SwigPySequence_InputIterator (PyObject *seq, int index)
 
bool operator!= (const self &ri) const
 
reference operator* () const
 
self operator+ (difference_type n) const
 
selfoperator++ ()
 
selfoperator+= (difference_type n)
 
self operator- (difference_type n) const
 
difference_type operator- (const self &ri) const
 
selfoperator-- ()
 
selfoperator-= (difference_type n)
 
SwigPySequence_ArrowProxy< T > operator-> () const
 
bool 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 5043 of file AnimatSimPy_wrap.cxx.


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