Static Public Member Functions

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 42 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 44 of file String_TypeCode_Traits.h.

      {
        typedef TAO::TypeCode::String<TAO::True_RefCount_Policy> typecode_type;

        CORBA::TypeCode_ptr tc = CORBA::TypeCode_ptr ();
        ACE_NEW_RETURN (tc,
                        typecode_type (kind, bound),
                        tc);

        return tc;
      }


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines