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 3580 of file SyFi_wrap.cc.


Member Function Documentation

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

Definition at line 3581 of file SyFi_wrap.cc.

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