14 #ifndef ESYS_LSMITERATORPY_H
15 #define ESYS_LSMITERATORPY_H
17 #include <boost/python.hpp>
18 #include <patchlevel.h>
42 const std::string &pythonName,
43 const std::string &pythonDocReturnType=
"object"
Definition: IteratorPy.h:28
TmplIterator Iterator
Definition: IteratorPy.h:31
Iterator m_it
Definition: IteratorPy.h:47
Definition: CheckPointable.cpp:16
Iterator::value_type value_type
Definition: IteratorPy.h:32
value_type next()
Definition: IteratorPy.hpp:27
IteratorPy(const Iterator &it)
Definition: IteratorPy.hpp:21
static void exportIterator(const std::string &pythonName, const std::string &pythonDocReturnType="object")
Definition: IteratorPy.hpp:38