Namespaces | Typedefs

TypeCodeFactory_i.cpp File Reference

#include "tao/TypeCodeFactory/Recursive_TypeCode.h"
#include "tao/TypeCodeFactory/TypeCodeFactory_i.h"
#include "tao/AnyTypeCode/Marshal.h"
#include "tao/AnyTypeCode/Any_Unknown_IDL_Type.h"
#include "tao/AnyTypeCode/Alias_TypeCode.h"
#include "tao/AnyTypeCode/Enum_TypeCode.h"
#include "tao/AnyTypeCode/Fixed_TypeCode.h"
#include "tao/AnyTypeCode/Objref_TypeCode.h"
#include "tao/AnyTypeCode/Sequence_TypeCode.h"
#include "tao/AnyTypeCode/String_TypeCode.h"
#include "tao/AnyTypeCode/Struct_TypeCode.h"
#include "tao/AnyTypeCode/Union_TypeCode.h"
#include "tao/AnyTypeCode/Value_TypeCode.h"
#include "tao/AnyTypeCode/Recursive_Type_TypeCode.h"
#include "tao/AnyTypeCode/TypeCode_Case_T.h"
#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"
#include "tao/AnyTypeCode/TypeCode_Value_Field.h"
#include "tao/AnyTypeCode/True_RefCount_Policy.h"
#include "tao/IFR_Client/IFR_BasicC.h"
#include "tao/ORB_Constants.h"
#include "tao/CDR.h"
#include "tao/SystemException.h"
#include "ace/SString.h"
#include "ace/Containers_T.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
#include "ace/OS_NS_string.h"
#include "ace/Value_Ptr.h"
#include "ace/OS_NS_ctype.h"
Include dependency graph for TypeCodeFactory_i.cpp:

Go to the source code of this file.

Namespaces

namespace  TCF
namespace  TCF::Struct
namespace  TCF::Union
namespace  TCF::Value

Typedefs

typedef ACE_Array_Base
< TAO::TypeCode::Struct_Field
< CORBA::String_var,
CORBA::TypeCode_var > > 
TCF::Struct::field_array_type
typedef TAO::TypeCode::Struct
< CORBA::String_var,
CORBA::TypeCode_var,
field_array_type,
TAO::True_RefCount_Policy > 
TCF::Struct::typecode_type
typedef
TAO::TypeCode::Recursive_Type
< typecode_type,
CORBA::TypeCode_var,
field_array_type > 
TCF::Struct::recursive_typecode_type
typedef ACE::Value_Ptr
< TAO::TypeCode::Case_Dynamic
TCF::Union::elem_type
typedef ACE_Array_Base< elem_type > TCF::Union::case_array_type
typedef TAO::TypeCode::Union
< CORBA::String_var,
CORBA::TypeCode_var,
case_array_type,
TAO::True_RefCount_Policy > 
TCF::Union::typecode_type
typedef
TAO::TypeCode::Recursive_Type
< typecode_type,
CORBA::TypeCode_var,
case_array_type > 
TCF::Union::recursive_typecode_type
typedef ACE_Array_Base
< TAO::TypeCode::Value_Field
< CORBA::String_var,
CORBA::TypeCode_var > > 
TCF::Value::field_array_type
typedef TAO::TypeCode::Value
< CORBA::String_var,
CORBA::TypeCode_var,
field_array_type,
TAO::True_RefCount_Policy > 
TCF::Value::typecode_type
typedef
TAO::TypeCode::Recursive_Type
< typecode_type,
CORBA::TypeCode_var,
field_array_type > 
TCF::Value::recursive_typecode_type
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines