|
SyFi
0.3
|
Static Public Member Functions | |
| static PyObject * | from (const Type *val) |
Definition at line 3899 of file SyFiPYTHON_wrap.cxx.
| static PyObject* swig::traits_from< const Type * >::from | ( | const Type * | val | ) | [inline, static] |
Definition at line 3900 of file SyFiPYTHON_wrap.cxx.
References swig::from().
{
return traits_from_ptr<Type>::from(const_cast<Type*>(val), 0);
}