SyFi  0.3
swig::traits_from< int > Struct Template Reference

List of all members.

Public Types

typedef int value_type

Static Public Member Functions

static PyObject * from (const value_type &val)

Detailed Description

template<>
struct swig::traits_from< int >

Definition at line 5456 of file SyFiPYTHON_wrap.cxx.


Member Typedef Documentation

typedef int swig::traits_from< int >::value_type

Definition at line 5457 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

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

Definition at line 5458 of file SyFiPYTHON_wrap.cxx.

References SWIG_From_int().

                                                 {
      return SWIG_From_int  (val);
    }

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