SyFi  0.3
swig::traits_check< Type, value_category > Struct Template Reference

List of all members.

Static Public Member Functions

static bool check (PyObject *obj)

Detailed Description

template<class Type>
struct swig::traits_check< Type, value_category >

Definition at line 4045 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

template<class Type >
static bool swig::traits_check< Type, value_category >::check ( PyObject *  obj) [inline, static]

Definition at line 4046 of file SyFiPYTHON_wrap.cxx.

References swig::asval(), SWIG_ERROR, and SWIG_IsOK.

                                     {
      int res = obj ? asval(obj, (Type *)(0)) : SWIG_ERROR;
      return SWIG_IsOK(res) ? true : false;
    }

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