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 3551 of file SyFi_wrap.cc.
typedef pointer_category swig::traits< Type * >::category |
Definition at line 3552 of file SyFi_wrap.cc.
static std::string swig::traits< Type * >::make_ptr_name | ( | const char * | name | ) | [inline, static] |
Definition at line 3553 of file SyFi_wrap.cc.
03553 { 03554 std::string ptrname = name; 03555 ptrname += " *"; 03556 return ptrname; 03557 }
static const char* swig::traits< Type * >::type_name | ( | ) | [inline, static] |
Definition at line 3558 of file SyFi_wrap.cc.
References run::name.
03558 { 03559 static std::string name = make_ptr_name(swig::type_name<Type>()); 03560 return name.c_str(); 03561 }