swig::traits_from< PyObject * > Struct Template Reference

List of all members.

Public Types

typedef PyObject * value_type

Static Public Member Functions

static PyObject * from (const value_type &val)


Detailed Description

template<>
struct swig::traits_from< PyObject * >

Definition at line 3834 of file SyFi_wrap.cc.


Member Typedef Documentation

typedef PyObject* swig::traits_from< PyObject * >::value_type

Definition at line 3835 of file SyFi_wrap.cc.


Member Function Documentation

static PyObject* swig::traits_from< PyObject * >::from ( const value_type val  )  [inline, static]

Definition at line 3836 of file SyFi_wrap.cc.

03836                                                  {
03837       Py_XINCREF(val);
03838       return val;
03839     }


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