CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper > Class Template Reference
Inheritance diagram for swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >:
[legend]
Collaboration diagram for swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >:
[legend]

Public Types

typedef OutIterator out_iterator
typedef ValueType value_type
typedef SwigPyIterator_T< out_iteratorbase
typedef SwigPyForwardIteratorClosed_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_iteratorself_type
typedef OutIterator out_iterator
typedef std::iterator_traits< out_iterator >::value_type value_type
typedef SwigPyIterator_T< out_iteratorself_type
typedef OutIterator out_iterator
typedef std::iterator_traits< out_iterator >::value_type value_type
typedef SwigPyIterator_T< out_iteratorself_type
typedef OutIterator out_iterator
typedef std::iterator_traits< out_iterator >::value_type value_type
typedef SwigPyIterator_T< out_iteratorself_type

Public Member Functions

 SwigPyForwardIteratorClosed_T (out_iterator curr, out_iterator first, out_iterator last, PyObject *seq)
PyObject * value () const
SwigPyIteratorcopy () const
SwigPyIteratorincr (size_t n=1)
Public Member Functions inherited from swig::SwigPyIterator_T< OutIterator >
 SwigPyIterator_T (out_iterator curr, PyObject *seq)
const out_iteratorget_current () const
bool equal (const SwigPyIterator &iter) const
ptrdiff_t distance (const SwigPyIterator &iter) const
 SwigPyIterator_T (out_iterator curr, PyObject *seq)
const out_iteratorget_current () const
bool equal (const SwigPyIterator &iter) const
ptrdiff_t distance (const SwigPyIterator &iter) const
 SwigPyIterator_T (out_iterator curr, PyObject *seq)
const out_iteratorget_current () const
bool equal (const SwigPyIterator &iter) const
ptrdiff_t distance (const SwigPyIterator &iter) const
 SwigPyIterator_T (out_iterator curr, PyObject *seq)
const out_iteratorget_current () const
bool equal (const SwigPyIterator &iter) const
ptrdiff_t distance (const SwigPyIterator &iter) const
Public Member Functions inherited from swig::SwigPyIterator
virtual ~SwigPyIterator ()
virtual SwigPyIteratordecr (size_t=1)
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
virtual ~SwigPyIterator ()
virtual SwigPyIteratordecr (size_t=1)
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
virtual ~SwigPyIterator ()
virtual SwigPyIteratordecr (size_t=1)
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
virtual ~SwigPyIterator ()
virtual SwigPyIteratordecr (size_t=1)
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

Public Attributes

FromOper from

Protected Attributes

out_iterator begin
out_iterator end
Protected Attributes inherited from swig::SwigPyIterator_T< OutIterator >
out_iterator current

Additional Inherited Members

Static Public Member Functions inherited from swig::SwigPyIterator
static swig_type_infodescriptor ()
static swig_type_infodescriptor ()
static swig_type_infodescriptor ()
static swig_type_infodescriptor ()
Protected Member Functions inherited from swig::SwigPyIterator
 SwigPyIterator (PyObject *seq)
 SwigPyIterator (PyObject *seq)
 SwigPyIterator (PyObject *seq)
void raise_stop_iteration () const
 SwigPyIterator (PyObject *seq)

Detailed Description

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
class swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >

Definition at line 4987 of file cmsdk3_wrap.cxx.

Member Typedef Documentation

◆ base

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
typedef SwigPyIterator_T<out_iterator> swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::base

Definition at line 4993 of file cmsdk3_wrap.cxx.

◆ out_iterator

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
typedef OutIterator swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::out_iterator

Definition at line 4991 of file cmsdk3_wrap.cxx.

◆ self_type

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
typedef SwigPyForwardIteratorClosed_T<OutIterator, ValueType, FromOper> swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::self_type

Definition at line 4994 of file cmsdk3_wrap.cxx.

◆ value_type

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
typedef ValueType swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::value_type

Definition at line 4992 of file cmsdk3_wrap.cxx.

Constructor & Destructor Documentation

◆ SwigPyForwardIteratorClosed_T()

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::SwigPyForwardIteratorClosed_T ( out_iterator curr,
out_iterator first,
out_iterator last,
PyObject * seq )
inline

Definition at line 4996 of file cmsdk3_wrap.cxx.

Member Function Documentation

◆ copy()

◆ incr()

◆ value()

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
PyObject * swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::value ( ) const
inlinevirtual

Member Data Documentation

◆ begin

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
out_iterator swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::begin
protected

Definition at line 5029 of file cmsdk3_wrap.cxx.

◆ end

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
out_iterator swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::end
protected

Definition at line 5030 of file cmsdk3_wrap.cxx.

◆ from

template<typename OutIterator, typename ValueType = typename std::iterator_traits<OutIterator>::value_type, typename FromOper = from_oper<ValueType>>
FromOper swig::SwigPyForwardIteratorClosed_T< OutIterator, ValueType, FromOper >::from

Definition at line 4990 of file cmsdk3_wrap.cxx.

Referenced by value().


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