SyFi  0.3
swig::SwigPyMapKeyIterator_T< OutIterator, FromOper > Struct Template Reference
Inheritance diagram for swig::SwigPyMapKeyIterator_T< OutIterator, FromOper >:
swig::SwigPyMapIterator_T< OutIterator, FromOper > swig::SwigPyIteratorClosed_T< OutIterator, typename OutIterator::value_type, FromOper > swig::SwigPyIterator_T< OutIterator > swig::SwigPyIterator

List of all members.

Public Member Functions

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

Detailed Description

template<class OutIterator, class FromOper = from_key_oper<typename OutIterator::value_type>>
struct swig::SwigPyMapKeyIterator_T< OutIterator, FromOper >

Definition at line 5148 of file SyFiPYTHON_wrap.cxx.


Constructor & Destructor Documentation

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

Definition at line 5150 of file SyFiPYTHON_wrap.cxx.

        : SwigPyMapIterator_T<OutIterator, 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