LibreOffice Module pyuno (master) 1
Namespaces | Functions | Variables
pyuno_iterator.cxx File Reference
#include <sal/config.h>
#include "pyuno_impl.hxx"
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/WrappedTargetException.hpp>
#include <com/sun/star/script/CannotConvertException.hpp>
Include dependency graph for pyuno_iterator.cxx:

Go to the source code of this file.

Namespaces

namespace  pyuno
 

Functions

static void pyuno::PyUNO_iterator_del (PyObject *self)
 
static PyObject * pyuno::PyUNO_iterator_iter (PyObject *self)
 
static PyObject * pyuno::PyUNO_iterator_next (PyObject *self)
 
PyObject * pyuno::PyUNO_iterator_new (const Reference< XEnumeration > &xEnumeration)
 
static void pyuno::PyUNO_list_iterator_del (PyObject *self)
 
static PyObject * pyuno::PyUNO_list_iterator_next (PyObject *self)
 
PyObject * pyuno::PyUNO_list_iterator_new (const Reference< XIndexAccess > &xIndexAccess)
 

Variables

static PyTypeObject pyuno::PyUNO_iterator_Type
 
static PyTypeObject pyuno::PyUNO_list_iterator_Type