library of assembled shared sources |
http://lass.cocamware.com |
#include <py_stl.h>
Static Public Member Functions | |
static PyObject * | build (const std::pair< T1, T2 > &iV) |
static int | get (PyObject *iValue, std::pair< T1, T2 > &oV) |
Definition at line 117 of file py_stl.h.
static PyObject* lass::python::PyExportTraits< std::pair< T1, T2 > >::build | ( | const std::pair< T1, T2 > & | iV | ) | [inline, static] |
Definition at line 119 of file py_stl.h.
References lass::python::fromSharedPtrToNakedCast(), and lass::python::makeTuple().
static int lass::python::PyExportTraits< std::pair< T1, T2 > >::get | ( | PyObject * | iValue, | |
std::pair< T1, T2 > & | oV | |||
) | [inline, static] |
Definition at line 123 of file py_stl.h.
References lass::python::impl::addMessageHeader(), and lass::python::decodeTuple().
Generated on Mon Nov 10 14:22:14 2008 for Library of Assembled Shared Sources by 1.5.7.1 |