Go to the documentation of this file.
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"
static void exportIterator(const std::string &pythonName, const std::string &pythonDocReturnType="object")
Definition: IteratorPy.hpp:38
Iterator m_it
Definition: IteratorPy.h:47
Definition: CheckPointable.cpp:17
value_type next()
Definition: IteratorPy.hpp:27
TmplIterator Iterator
Definition: IteratorPy.h:31
Iterator::value_type value_type
Definition: IteratorPy.h:32
Definition: IteratorPy.h:29
IteratorPy(const Iterator &it)
Definition: IteratorPy.hpp:21