SyFi  0.3
swig::traits_from< Type > Struct Template Reference

List of all members.

Static Public Member Functions

static PyObject * from (const Type &val)

Detailed Description

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

Definition at line 3879 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

template<class Type>
static PyObject* swig::traits_from< Type >::from ( const Type &  val) [inline, static]

Definition at line 3880 of file SyFiPYTHON_wrap.cxx.

References swig::from().

                                           {
      return traits_from_ptr<Type>::from(new Type(val), 1);
    }

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