SyFi  0.3
swig::traits_from< std::vector< T > > Struct Template Reference

List of all members.

Static Public Member Functions

static PyObject * from (const std::vector< T > &vec)

Detailed Description

template<class T>
struct swig::traits_from< std::vector< T > >

Definition at line 4778 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

template<class T >
static PyObject* swig::traits_from< std::vector< T > >::from ( const std::vector< T > &  vec) [inline, static]

Definition at line 4779 of file SyFiPYTHON_wrap.cxx.

References swig::from().

                                                     {
        return traits_from_stdseq<std::vector<T> >::from(vec);
      }

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