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

List of all members.

Static Public Member Functions

static int asptr (PyObject *obj, std::set< T > **s)

Detailed Description

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

Definition at line 5658 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

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

Definition at line 5659 of file SyFiPYTHON_wrap.cxx.

References swig::asptr().

                                                     {
        return traits_asptr_stdseq<std::set<T> >::asptr(obj, s);
      }

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