SyFi  0.3
swig::traits< Type * > Struct Template Reference

List of all members.

Public Types

typedef pointer_category category

Static Public Member Functions

static std::string make_ptr_name (const char *name)
static const char * type_name ()

Detailed Description

template<class Type>
struct swig::traits< Type * >

Definition at line 3855 of file SyFiPYTHON_wrap.cxx.


Member Typedef Documentation

template<class Type >
typedef pointer_category swig::traits< Type * >::category

Definition at line 3856 of file SyFiPYTHON_wrap.cxx.


Member Function Documentation

template<class Type >
static std::string swig::traits< Type * >::make_ptr_name ( const char *  name) [inline, static]

Definition at line 3857 of file SyFiPYTHON_wrap.cxx.

References runtests::name.

                                                     {
      std::string ptrname = name;
      ptrname += " *";
      return ptrname;
    }    
template<class Type >
static const char* swig::traits< Type * >::type_name ( ) [inline, static]

Definition at line 3862 of file SyFiPYTHON_wrap.cxx.

                                   {
      static std::string name = make_ptr_name(swig::type_name<Type>());
      return name.c_str();
    }

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