TAO  2.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TAO_TypeCodeFactory_Adapter Member List

This is the complete list of members for TAO_TypeCodeFactory_Adapter, including all inherited members.

create_abstract_interface_tc(const char *id, const char *name)=0TAO_TypeCodeFactory_Adapterpure virtual
create_alias_tc(const char *id, const char *name, CORBA::TypeCode_ptr original_type)=0TAO_TypeCodeFactory_Adapterpure virtual
create_array_tc(CORBA::ULong length, CORBA::TypeCode_ptr element_type)=0TAO_TypeCodeFactory_Adapterpure virtual
create_component_tc(const char *id, const char *name)=0TAO_TypeCodeFactory_Adapterpure virtual
create_enum_tc(const char *id, const char *name, const CORBA::EnumMemberSeq &members)=0TAO_TypeCodeFactory_Adapterpure virtual
create_enum_tc(char const *id, char const *name, ACE_Array_Base< CORBA::String_var > const &enumerators, CORBA::ULong ncases)=0TAO_TypeCodeFactory_Adapterpure virtual
create_event_tc(const char *id, const char *name, CORBA::ValueModifier type_modifier, CORBA::TypeCode_ptr concrete_base, const CORBA::ValueMemberSeq &members)=0TAO_TypeCodeFactory_Adapterpure virtual
create_exception_tc(const char *id, const char *name, const CORBA::StructMemberSeq &members)=0TAO_TypeCodeFactory_Adapterpure virtual
create_fixed_tc(CORBA::UShort digits, CORBA::UShort scale)=0TAO_TypeCodeFactory_Adapterpure virtual
create_home_tc(const char *id, const char *name)=0TAO_TypeCodeFactory_Adapterpure virtual
create_interface_tc(const char *id, const char *name)=0TAO_TypeCodeFactory_Adapterpure virtual
create_local_interface_tc(const char *id, const char *name)=0TAO_TypeCodeFactory_Adapterpure virtual
create_native_tc(const char *id, const char *name)=0TAO_TypeCodeFactory_Adapterpure virtual
create_recursive_tc(const char *id)=0TAO_TypeCodeFactory_Adapterpure virtual
create_sequence_tc(CORBA::ULong bound, CORBA::TypeCode_ptr element_type)=0TAO_TypeCodeFactory_Adapterpure virtual
create_string_tc(CORBA::ULong bound)=0TAO_TypeCodeFactory_Adapterpure virtual
create_struct_except_tc(CORBA::TCKind, char const *id, char const *name, ACE_Array_Base< TAO::TypeCode::Struct_Field< CORBA::String_var, CORBA::TypeCode_var > > const &fields, CORBA::ULong nfields)=0TAO_TypeCodeFactory_Adapterpure virtual
create_struct_tc(const char *id, const char *name, const CORBA::StructMemberSeq &members)=0TAO_TypeCodeFactory_Adapterpure virtual
create_union_tc(const char *id, const char *name, CORBA::TypeCode_ptr discriminator_type, const CORBA::UnionMemberSeq &members)=0TAO_TypeCodeFactory_Adapterpure virtual
create_union_tc(char const *id, char const *name, CORBA::TypeCode_ptr discriminant_type, ACE_Array_Base< TAO::TypeCode::Case< CORBA::String_var, CORBA::TypeCode_var > > const &cases, CORBA::ULong ncases, CORBA::Long default_index, char const *default_case_name, CORBA::TypeCode_ptr default_case_type)=0TAO_TypeCodeFactory_Adapterpure virtual
create_value_box_tc(const char *id, const char *name, CORBA::TypeCode_ptr boxed_type)=0TAO_TypeCodeFactory_Adapterpure virtual
create_value_event_tc(CORBA::TCKind, char const *id, char const *name, CORBA::ValueModifier modifier, CORBA::TypeCode_ptr concrete_base, ACE_Array_Base< TAO::TypeCode::Value_Field< CORBA::String_var, CORBA::TypeCode_var > > const &fields, CORBA::ULong nfields)=0TAO_TypeCodeFactory_Adapterpure virtual
create_value_tc(const char *id, const char *name, CORBA::ValueModifier type_modifier, CORBA::TypeCode_ptr concrete_base, const CORBA::ValueMemberSeq &members)=0TAO_TypeCodeFactory_Adapterpure virtual
create_wstring_tc(CORBA::ULong bound)=0TAO_TypeCodeFactory_Adapterpure virtual
~TAO_TypeCodeFactory_Adapter(void)TAO_TypeCodeFactory_Adaptervirtual