SyFi  0.3
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 3881 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

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

Definition at line 3882 of file SyFiPYTHON_wrap.cxx.

References SWIG_InternalNewPointerObj.

                                                    {
      return SWIG_InternalNewPointerObj(val, type_info<Type>(), owner);
    }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines