Go to the documentation of this file.
14 #ifndef ESYS_LSM_BPUPYTHONITERITERATOR_H
15 #define ESYS_LSM_BPUPYTHONITERITERATOR_H
17 #include <boost/python.hpp>
18 #include <patchlevel.h>
26 template <
typename TmplExtractType>
PythonIterIterator(boost::python::object &iteratable)
Definition: PythonIterIterator.hpp:21
bool hasNext() const
Definition: PythonIterIterator.hpp:32
boost::python::object m_next
Definition: PythonIterIterator.h:41
void update()
Definition: PythonIterIterator.hpp:46
TmplExtractType value_type
Definition: PythonIterIterator.h:30
Definition: CheckPointable.cpp:17
bool m_hasNext
Definition: PythonIterIterator.h:40
boost::python::object m_iter
Definition: PythonIterIterator.h:42
Definition: PythonIterIterator.h:28
value_type next()
Definition: PythonIterIterator.hpp:38