|
RTI Connext Traditional C++ API
Version 7.0.0
|
This is the complete list of members for DDS_TypeCodeFactory, including all inherited members.
| clone_tc(const DDS_TypeCode *tc, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_alias_tc(const char *name, const DDS_TypeCode *original_type, DDS_Boolean is_pointer, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_array_tc(const DDS_UnsignedLongSeq &dimensions, const DDS_TypeCode *element_type, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_array_tc(DDS_UnsignedLong length, const DDS_TypeCode *element_type, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_enum_tc(const char *name, const DDS_EnumMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_enum_tc(const char *name, DDS_ExtensibilityKind extensibility_kind, const DDS_EnumMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_sequence_tc(DDS_UnsignedLong bound, const DDS_TypeCode *element_type, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_string_tc(DDS_UnsignedLong bound, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_struct_tc(const char *name, const DDS_StructMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_struct_tc(const char *name, DDS_ExtensibilityKind extensibility_kind, const DDS_StructMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_union_tc(const char *name, const DDS_TypeCode *discriminator_type, DDS_Long default_index, const DDS_UnionMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_union_tc(const char *name, DDS_ExtensibilityKind extensibility_kind, const DDS_TypeCode *discriminator_type, DDS_Long default_index, const DDS_UnionMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_value_tc(const char *name, DDS_ValueModifier type_modifier, const DDS_TypeCode *concrete_base, const DDS_ValueMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_value_tc(const char *name, DDS_ExtensibilityKind extensibility_kind, DDS_ValueModifier type_modifier, const DDS_TypeCode *concrete_base, const DDS_ValueMemberSeq &members, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| create_wstring_tc(DDS_UnsignedLong bound, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| delete_tc(DDS_TypeCode *tc, DDS_ExceptionCode_t &ex) | DDS_TypeCodeFactory | |
| get_instance() | DDS_TypeCodeFactory | static |
| get_primitive_tc(DDS_TCKind tc_kind) | DDS_TypeCodeFactory |