import <dds-language_binding.idl;
DynamicTypeBuilder create_array_type | ( | in DynamicType | element_type, |
in BoundSeq | bound | ||
) |
DynamicTypeBuilder create_bitmask_type | ( | in unsigned long | bound | ) |
DynamicTypeBuilder create_map_type | ( | in DynamicType | key_element_type, |
in DynamicType | element_type, | ||
in unsigned long | bound | ||
) |
DynamicTypeBuilder create_sequence_type | ( | in DynamicType | element_type, |
in unsigned long | bound | ||
) |
DynamicTypeBuilder create_string_type | ( | in unsigned long | bound | ) |
DynamicTypeBuilder create_type | ( | in TypeDescriptor | descriptor | ) |
DynamicTypeBuilder create_type_copy | ( | in DynamicType | type | ) |
DynamicTypeBuilder create_type_w_document | ( | in string | document, |
in string | type_name, | ||
in IncludePathSeq | include_paths | ||
) |
DynamicTypeBuilder create_type_w_type_object | ( | in TypeObject | type_object | ) |
DynamicTypeBuilder create_type_w_uri | ( | in string | document_url, |
in string | type_name, | ||
in IncludePathSeq | include_paths | ||
) |
DynamicTypeBuilder create_wstring_type | ( | in unsigned long | bound | ) |
DDS::ReturnCode_t delete_instance | ( | ) |
DDS::ReturnCode_t delete_type | ( | in DynamicType | type | ) |
DynamicTypeBuilderFactory get_instance | ( | ) |
DynamicType get_primitive_type | ( | in TypeKind | kind | ) |