swig::traits_info< Type > Struct Template Reference

List of all members.

Static Public Member Functions

static swig_type_infotype_query (std::string name)
static swig_type_infotype_info ()


Detailed Description

template<class Type>
struct swig::traits_info< Type >

Definition at line 3532 of file SyFi_wrap.cc.


Member Function Documentation

template<class Type >
static swig_type_info* swig::traits_info< Type >::type_info (  )  [inline, static]

Definition at line 3537 of file SyFi_wrap.cc.

References swig::traits_info< Type >::type_query().

Referenced by swig::type_info().

03537                                        {
03538       static swig_type_info *info = type_query(type_name<Type>());
03539       return info;
03540     }

template<class Type >
static swig_type_info* swig::traits_info< Type >::type_query ( std::string  name  )  [inline, static]

Definition at line 3533 of file SyFi_wrap.cc.

References SWIG_TypeQuery.

Referenced by swig::traits_info< Type >::type_info().

03533                                                       {
03534       name += " *";
03535       return SWIG_TypeQuery(name.c_str());
03536     }    


The documentation for this struct was generated from the following file:

Generated on Mon Aug 31 16:17:06 2009 for SyFi by  doxygen 1.5.9