library of assembled shared sources |
http://lass.cocamware.com |
#include <pysequence.h>
Public Types | |
typedef ContainerType | TContainer |
Static Public Member Functions | |
static PyObject * | build (const TContainer &iV) |
static PyObject * | build (TContainer &iV) |
expose a container to python as a reference. | |
static int | get (PyObject *iV, TContainer &oV) |
get a copy of a Python sequence as a container. |
Definition at line 474 of file pysequence.h.
typedef ContainerType lass::python::PyExportTraitsSequence< ContainerType >::TContainer |
Definition at line 476 of file pysequence.h.
static PyObject* lass::python::PyExportTraitsSequence< ContainerType >::build | ( | const TContainer & | iV | ) | [inline, static] |
Definition at line 481 of file pysequence.h.
static PyObject* lass::python::PyExportTraitsSequence< ContainerType >::build | ( | TContainer & | iV | ) | [inline, static] |
expose a container to python as a reference.
Definition at line 490 of file pysequence.h.
static int lass::python::PyExportTraitsSequence< ContainerType >::get | ( | PyObject * | iV, | |
TContainer & | oV | |||
) | [inline, static] |
get a copy of a Python sequence as a container.
Definition at line 498 of file pysequence.h.
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |