#include <TypeCode_Traits.h>
Public Types | |
typedef char const * | string_type |
typedef CORBA::TypeCode_ptr const * | typecode_type |
typedef TAO::Null_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 61 of file TypeCode_Traits.h. |
|
Definition at line 50 of file TypeCode_Traits.h. Referenced by get_string(). |
|
A pointer to the Definition at line 59 of file TypeCode_Traits.h. Referenced by get_typecode(). |
|
Definition at line 63 of file TypeCode_Traits.h. References string_type.
00064 {
00065 return str;
00066 }
|
|
Definition at line 68 of file TypeCode_Traits.h. References CORBA::TypeCode::_nil(), and typecode_type.
00069 { 00070 return (tc == 0 ? CORBA::TypeCode::_nil () : *tc); 00071 } |