SyFi  0.3
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

List of all members.

Public Member Functions

 SwigPyMapIterator_T (OutIterator curr, OutIterator first, OutIterator last, PyObject *seq)

Detailed Description

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

Definition at line 5137 of file SyFiPYTHON_wrap.cxx.


Constructor & Destructor Documentation

template<class OutIterator, class FromOper, class ValueType = typename OutIterator::value_type>
swig::SwigPyMapIterator_T< OutIterator, FromOper, ValueType >::SwigPyMapIterator_T ( OutIterator  curr,
OutIterator  first,
OutIterator  last,
PyObject *  seq 
) [inline]

Definition at line 5139 of file SyFiPYTHON_wrap.cxx.

        : SwigPyIteratorClosed_T<OutIterator,ValueType,FromOper>(curr, first, last, seq)
      {
      }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines