#include <IteratorPy.h>
|
| static void | exportIterator (const std::string &pythonName, const std::string &pythonDocReturnType="object") |
| |
◆ Iterator
template<typename TmplIterator >
◆ value_type
template<typename TmplIterator >
◆ IteratorPy()
template<typename TmplIterator >
◆ exportIterator()
template<typename TmplIterator >
| void esys::lsm::IteratorPy< TmplIterator >::exportIterator |
( |
const std::string & |
pythonName, |
|
|
const std::string & |
pythonDocReturnType = "object" |
|
) |
| |
|
static |
◆ next()
template<typename TmplIterator >
Returns the next item in the sequence.
◆ m_it
template<typename TmplIterator >
The documentation for this class was generated from the following files: