TAO::TypeCode::Traits< DYNAMIC_TYPECODE > Struct Template Reference

#include <TypeCode_Traits.h>

List of all members.

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)

template<>
struct TAO::TypeCode::Traits< DYNAMIC_TYPECODE >


Member Typedef Documentation

typedef TAO::True_RefCount_Policy TAO::TypeCode::Traits< DYNAMIC_TYPECODE >::refcount_policy_type
 

Definition at line 79 of file TypeCode_Traits.h.

typedef CORBA::String_var TAO::TypeCode::Traits< DYNAMIC_TYPECODE >::string_type
 

Definition at line 77 of file TypeCode_Traits.h.

typedef CORBA::TypeCode_var TAO::TypeCode::Traits< DYNAMIC_TYPECODE >::typecode_type
 

Definition at line 78 of file TypeCode_Traits.h.


Member Function Documentation

char const* TAO::TypeCode::Traits< DYNAMIC_TYPECODE >::get_string string_type const &  str  )  [inline, static]
 

Definition at line 81 of file TypeCode_Traits.h.

00082       {
00083         return str.in ();
00084       }

CORBA::TypeCode_ptr TAO::TypeCode::Traits< DYNAMIC_TYPECODE >::get_typecode typecode_type const &  tc  )  [inline, static]
 

Definition at line 86 of file TypeCode_Traits.h.

00087       {
00088         return tc.in ();
00089       }


The documentation for this struct was generated from the following file:
Generated on Sun Jan 27 13:22:15 2008 for TAO_AnyTypeCode by doxygen 1.3.6