Public Types | |
typedef PyObject * | value_type |
Static Public Member Functions | |
static int | asval (PyObject *obj, value_type *val) |
Definition at line 3819 of file SyFi_wrap.cc.
typedef PyObject* swig::traits_asval< PyObject * >::value_type |
Definition at line 3820 of file SyFi_wrap.cc.
static int swig::traits_asval< PyObject * >::asval | ( | PyObject * | obj, | |
value_type * | val | |||
) | [inline, static] |
Definition at line 3821 of file SyFi_wrap.cc.
References SWIG_OK.
03821 { 03822 if (val) *val = obj; 03823 return SWIG_OK; 03824 }