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 4490 of file SyFi_wrap.cc.


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 4491 of file SyFi_wrap.cc.

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