StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
swig::SwigPyMapIterator_T< OutIterator, FromOper, ValueType > Struct Template Reference
Inheritance diagram for swig::SwigPyMapIterator_T< OutIterator, FromOper, ValueType >:
swig::SwigPyIteratorClosed_T< OutIterator, ValueType, FromOper > swig::SwigPyIterator_T< OutIterator > swig::SwigPyIterator

Public Member Functions

 SwigPyMapIterator_T (OutIterator curr, OutIterator first, OutIterator last, PyObject *seq)
 
- Public Member Functions inherited from swig::SwigPyIteratorClosed_T< OutIterator, ValueType, FromOper >
 SwigPyIteratorClosed_T (out_iterator curr, out_iterator first, out_iterator last, PyObject *seq)
 
PyObject * value () const
 
SwigPyIteratorcopy () const
 
SwigPyIteratorincr (size_t n=1)
 
SwigPyIteratordecr (size_t n=1)
 
- Public Member Functions inherited from swig::SwigPyIterator_T< OutIterator >
 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
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
 

Additional Inherited Members

- Public Types inherited from swig::SwigPyIteratorClosed_T< OutIterator, ValueType, FromOper >
typedef OutIterator out_iterator
 
typedef ValueType value_type
 
typedef SwigPyIterator_T
< out_iterator > 
base
 
typedef SwigPyIteratorClosed_T
< OutIterator, ValueType,
FromOper > 
self_type
 
- Public Types inherited from swig::SwigPyIterator_T< OutIterator >
typedef OutIterator out_iterator
 
typedef std::iterator_traits
< out_iterator >::value_type 
value_type
 
typedef SwigPyIterator_T
< out_iterator > 
self_type
 
- Static Public Member Functions inherited from swig::SwigPyIterator
static swig_type_infodescriptor ()
 
- Public Attributes inherited from swig::SwigPyIteratorClosed_T< OutIterator, ValueType, FromOper >
FromOper from
 
- Protected Member Functions inherited from swig::SwigPyIterator
 SwigPyIterator (PyObject *seq)
 
- Protected Attributes inherited from swig::SwigPyIterator_T< OutIterator >
out_iterator current
 

Detailed Description

template<class OutIterator, class FromOper, class ValueType = typename OutIterator::value_type>
struct swig::SwigPyMapIterator_T< OutIterator, FromOper, ValueType >

Definition at line 6319 of file PythonWrapper.h.


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