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

static char const * get_string (string_type const &str)
static CORBA::TypeCode_ptr get_typecode (typecode_type const &tc)


Detailed Description

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

Definition at line 75 of file TypeCode_Traits.h.


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

static 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       }

static 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.

References TAO_Pseudo_Var_T< T >::in().

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


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 17:40:32 2010 for TAO_AnyTypeCode by  doxygen 1.4.7