A template class to expose iterators to Python. More...
#include <pythonutils.h>
Public Member Functions | |
| template<class OTHER > | |
| FreppleIterator (const OTHER *o) | |
| FreppleIterator () | |
Static Public Member Functions | |
| static PyObject * | create (PyObject *self, PyObject *args) |
| static int | initialize (PyObject *m) |
A template class to expose iterators to Python.
Definition at line 913 of file pythonutils.h.
| frepple::utils::FreppleIterator< ME, ITERCLASS, DATACLASS, PROXYCLASS >::FreppleIterator | ( | ) | [inline] |
Definition at line 926 of file pythonutils.h.
| frepple::utils::FreppleIterator< ME, ITERCLASS, DATACLASS, PROXYCLASS >::FreppleIterator | ( | const OTHER * | o | ) | [inline] |
Definition at line 928 of file pythonutils.h.
| static PyObject* frepple::utils::FreppleIterator< ME, ITERCLASS, DATACLASS, PROXYCLASS >::create | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [inline, static] |
Definition at line 930 of file pythonutils.h.
| static int frepple::utils::FreppleIterator< ME, ITERCLASS, DATACLASS, PROXYCLASS >::initialize | ( | PyObject * | m | ) | [inline, static] |
Definition at line 916 of file pythonutils.h.
1.6.1