#include <TypeCode_Traits.h>
Public Types | |
typedef Traits< STATIC_TYPECODE >::typecode_type | typecode_type |
Static Public Member Functions | |
CORBA::TypeCode_ptr | get_typecode (typecode_type const &tc) |
|
Definition at line 99 of file TypeCode_Traits.h. |
|
Definition at line 101 of file TypeCode_Traits.h. References CORBA::TypeCode::_nil().
00102 { 00103 return (tc == 0 ? CORBA::TypeCode::_nil () : *tc); 00104 } |