SyFi 0.3
|
Public Types | |
typedef pointer_category | category |
Static Public Member Functions | |
static std::string | make_ptr_name (const char *name) |
static const char * | type_name () |
Definition at line 3548 of file SyFi_wrap.cc.
typedef pointer_category swig::traits< Type * >::category |
Definition at line 3549 of file SyFi_wrap.cc.
static std::string swig::traits< Type * >::make_ptr_name | ( | const char * | name | ) | [inline, static] |
Definition at line 3550 of file SyFi_wrap.cc.
References run::name.
{ std::string ptrname = name; ptrname += " *"; return ptrname; }
static const char* swig::traits< Type * >::type_name | ( | ) | [inline, static] |
Definition at line 3555 of file SyFi_wrap.cc.
References run::name.
{ static std::string name = make_ptr_name(swig::type_name<Type>()); return name.c_str(); }