SyFi  0.3
swig::traits_from< const 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< const Type * >

Definition at line 3899 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

template<class Type >
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);
    }

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