|
OpenDDS
Snapshot(2023/04/25-14:16)
|
import"DdsDynamicData.idl";

Public Member Functions | |
| DDS::ReturnCode_t | copy_from (in TypeDescriptor other) |
| boolean | equals (in TypeDescriptor other) |
| boolean | is_consistent () |
Public Attributes | |
| public TypeKind | kind |
| public ObjectName | name |
| public DynamicType | base_type |
| public DynamicType | discriminator_type |
| public BoundSeq | bound |
| public DynamicType | element_type |
| public DynamicType | key_element_type |
| public ExtensibilityKind | extensibility_kind |
| public boolean | is_nested |
Definition at line 71 of file DdsDynamicData.idl.
| DDS::ReturnCode_t DDS::TypeDescriptor::copy_from | ( | in TypeDescriptor | other | ) |
| boolean DDS::TypeDescriptor::equals | ( | in TypeDescriptor | other | ) |
| boolean DDS::TypeDescriptor::is_consistent | ( | ) |
| public DynamicType DDS::TypeDescriptor::base_type |
Definition at line 74 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public BoundSeq DDS::TypeDescriptor::bound |
Definition at line 76 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public DynamicType DDS::TypeDescriptor::discriminator_type |
Definition at line 75 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public DynamicType DDS::TypeDescriptor::element_type |
Definition at line 77 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public ExtensibilityKind DDS::TypeDescriptor::extensibility_kind |
Definition at line 79 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public boolean DDS::TypeDescriptor::is_nested |
Definition at line 80 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public DynamicType DDS::TypeDescriptor::key_element_type |
Definition at line 78 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public TypeKind DDS::TypeDescriptor::kind |
Definition at line 72 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
| public ObjectName DDS::TypeDescriptor::name |
Definition at line 73 of file DdsDynamicData.idl.
Referenced by OpenDDS::XTypes::test_equality().
1.8.13