library of assembled shared sources |
http://lass.cocamware.com |
#include <pymap.h>
Public Types | |
typedef ContainerType | TContainer |
Static Public Member Functions | |
static PyObject * | build (const TContainer &iV) |
static PyObject * | build (TContainer &iV) |
wrap a "borrowed" container as Python dictionary | |
static int | get (PyObject *iV, TContainer &oV) |
Definition at line 383 of file pymap.h.
typedef ContainerType lass::python::PyExportTraitsMap< ContainerType >::TContainer [inherited] |
static PyObject* lass::python::PyExportTraitsMap< ContainerType >::build | ( | const TContainer & | iV | ) | [inline, static, inherited] |
static PyObject* lass::python::PyExportTraitsMap< ContainerType >::build | ( | TContainer & | iV | ) | [inline, static, inherited] |
wrap a "borrowed" container as Python dictionary
static int lass::python::PyExportTraitsMap< ContainerType >::get | ( | PyObject * | iV, | |
TContainer & | oV | |||
) | [inline, static, inherited] |
Definition at line 339 of file pymap.h.
References lass::python::impl::addMessageHeader(), lass::python::decodeTuple(), lass::python::impl::isOfType(), LASS_ASSERT, Py_ssize_t, and PySequence_Fast_ITEMS.
Generated on Mon Nov 10 14:22:14 2008 for Library of Assembled Shared Sources by 1.5.7.1 |