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


Member Typedef Documentation

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

Definition at line 4131 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

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

Definition at line 4132 of file SyFiPYTHON_wrap.cxx.

                                                 {
      Py_XINCREF(val);
      return val;
    }

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