SyFi  0.3
swig::traits_asptr< std::list< T > > Struct Template Reference

List of all members.

Static Public Member Functions

static int asptr (PyObject *obj, std::list< T > **lis)

Detailed Description

template<class T>
struct swig::traits_asptr< std::list< T > >

Definition at line 5607 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

template<class T >
static int swig::traits_asptr< std::list< T > >::asptr ( PyObject *  obj,
std::list< T > **  lis 
) [inline, static]

Definition at line 5608 of file SyFiPYTHON_wrap.cxx.

References swig::asptr().

                                                        {
        return traits_asptr_stdseq<std::list<T> >::asptr(obj, lis);
      }

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