SyFi 0.3
swig::traits_asval< PyObject * > Struct Template Reference

List of all members.

Public Types

typedef PyObject * value_type

Static Public Member Functions

static int asval (PyObject *obj, value_type *val)

Detailed Description

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

Definition at line 3816 of file SyFi_wrap.cc.


Member Typedef Documentation

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

Definition at line 3817 of file SyFi_wrap.cc.


Member Function Documentation

static int swig::traits_asval< PyObject * >::asval ( PyObject *  obj,
value_type val 
) [inline, static]

Definition at line 3818 of file SyFi_wrap.cc.

References SWIG_OK.

                                                     {
      if (val) *val = obj;
      return SWIG_OK;
    }

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