Static Public Member Functions | |
static PyObject * | from (const Type *val) |
Definition at line 3595 of file SyFi_wrap.cc.
static PyObject* swig::traits_from< const Type * >::from | ( | const Type * | val | ) | [inline, static] |
Definition at line 3596 of file SyFi_wrap.cc.
References swig::traits_from_ptr< Type >::from().
03596 { 03597 return traits_from_ptr<Type>::from(const_cast<Type*>(val), 0); 03598 }