#include <TypeCode_Traits.h>
Public Types | |
typedef CORBA::String_var | string_type |
typedef CORBA::TypeCode_var | typecode_type |
typedef TAO::True_RefCount_Policy | refcount_policy_type |
Static Public Member Functions | |
char const * | get_string (string_type const &str) |
CORBA::TypeCode_ptr | get_typecode (typecode_type const &tc) |
|
Definition at line 79 of file TypeCode_Traits.h. |
|
Definition at line 77 of file TypeCode_Traits.h. |
|
Definition at line 78 of file TypeCode_Traits.h. |
|
Definition at line 81 of file TypeCode_Traits.h.
00082 {
00083 return str.in ();
00084 }
|
|
Definition at line 86 of file TypeCode_Traits.h.
00087 {
00088 return tc.in ();
00089 }
|