swig::traits_from_ptr< Type > Struct Template Reference

List of all members.

Static Public Member Functions

static PyObject * from (Type *val, int owner=0)


Detailed Description

template<class Type>
struct swig::traits_from_ptr< Type >

Definition at line 3577 of file SyFi_wrap.cc.


Member Function Documentation

template<class Type >
static PyObject* swig::traits_from_ptr< Type >::from ( Type *  val,
int  owner = 0 
) [inline, static]

Definition at line 3578 of file SyFi_wrap.cc.

References SWIG_NewPointerObj.

Referenced by swig::traits_from< const Type * >::from(), swig::traits_from< Type * >::from(), and swig::from_ptr().

03578                                                     {
03579       return SWIG_NewPointerObj(val, type_info<Type>(), owner);
03580     }


The documentation for this struct was generated from the following file:

Generated on Mon Aug 31 16:17:06 2009 for SyFi by  doxygen 1.5.9