TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_string > Struct Template Reference

#include <String_TypeCode_Traits.h>

List of all members.

Static Public Member Functions

static CORBA::TypeCode_ptr create_typecode (CORBA::TCKind kind, CORBA::ULong bound)


Detailed Description

template<>
struct TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_string >

Definition at line 41 of file String_TypeCode_Traits.h.


Member Function Documentation

static CORBA::TypeCode_ptr TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_string >::create_typecode ( CORBA::TCKind  kind,
CORBA::ULong  bound 
) [inline, static]

Definition at line 43 of file String_TypeCode_Traits.h.

References ACE_NEW_RETURN.

00045       {
00046         typedef TAO::TypeCode::String<TAO::True_RefCount_Policy> typecode_type;
00047 
00048         CORBA::TypeCode_ptr tc = CORBA::TypeCode_ptr ();
00049         ACE_NEW_RETURN (tc,
00050                         typecode_type (kind, bound),
00051                         tc);
00052 
00053         return tc;
00054       }


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