|
SyFi
0.3
|
Public Types | |
| typedef PyObject * | value_type |
Static Public Member Functions | |
| static int | asval (PyObject *obj, value_type *val) |
Definition at line 4123 of file SyFiPYTHON_wrap.cxx.
| typedef PyObject* swig::traits_asval< PyObject * >::value_type |
Definition at line 4124 of file SyFiPYTHON_wrap.cxx.
| static int swig::traits_asval< PyObject * >::asval | ( | PyObject * | obj, |
| value_type * | val | ||
| ) | [inline, static] |
Definition at line 4125 of file SyFiPYTHON_wrap.cxx.
References SWIG_OK.
{
if (val) *val = obj;
return SWIG_OK;
}