SyFi  0.3
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 3836 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

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

Definition at line 3841 of file SyFiPYTHON_wrap.cxx.

References test_sfc::test_cache::info().

                                       {
      static swig_type_info *info = type_query(type_name<Type>());
      return info;
    }
template<class Type >
static swig_type_info* swig::traits_info< Type >::type_query ( std::string  name) [inline, static]

Definition at line 3837 of file SyFiPYTHON_wrap.cxx.

References SWIG_TypeQuery.

                                                      {
      name += " *";
      return SWIG_TypeQuery(name.c_str());
    }    

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