14 #ifndef ESYS_LSM_BPUPYTHONITERITERATOR_H
15 #define ESYS_LSM_BPUPYTHONITERITERATOR_H
17 #include <boost/python.hpp>
25 template <
typename TmplExtractType>
TmplExtractType value_type
Definition: PythonIterIterator.h:29
bool m_hasNext
Definition: PythonIterIterator.h:39
Definition: PythonIterIterator.h:26
bool hasNext() const
Definition: PythonIterIterator.hpp:32
boost::python::object m_iter
Definition: PythonIterIterator.h:41
boost::python::object m_next
Definition: PythonIterIterator.h:40
value_type next()
Definition: PythonIterIterator.hpp:38
void update()
Definition: PythonIterIterator.hpp:46
PythonIterIterator(boost::python::object &iteratable)
Definition: PythonIterIterator.hpp:21