This class represents the union CompleteTypeObject defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | CompleteTypeObject () |
Default constructor. | |
eProsima_user_DllExport | ~CompleteTypeObject () |
Default destructor. | |
eProsima_user_DllExport | CompleteTypeObject (const CompleteTypeObject &x) |
Copy constructor. | |
eProsima_user_DllExport | CompleteTypeObject (CompleteTypeObject &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport CompleteTypeObject & | operator= (const CompleteTypeObject &x) |
Copy assignment. | |
eProsima_user_DllExport CompleteTypeObject & | operator= (CompleteTypeObject &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const CompleteTypeObject &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const CompleteTypeObject &x) const |
Comparison operator. | |
eProsima_user_DllExport void | _d (uint8_t __d) |
This function sets the discriminator value. | |
eProsima_user_DllExport uint8_t | _d () const |
This function returns the value of the discriminator. | |
eProsima_user_DllExport void | alias_type (const CompleteAliasType &_alias_type) |
This function copies the value in member alias_type. | |
eProsima_user_DllExport void | alias_type (CompleteAliasType &&_alias_type) |
This function moves the value in member alias_type. | |
eProsima_user_DllExport const CompleteAliasType & | alias_type () const |
This function returns a constant reference to member alias_type. | |
eProsima_user_DllExport CompleteAliasType & | alias_type () |
This function returns a reference to member alias_type. | |
eProsima_user_DllExport void | annotation_type (const CompleteAnnotationType &_annotation_type) |
This function copies the value in member annotation_type. | |
eProsima_user_DllExport void | annotation_type (CompleteAnnotationType &&_annotation_type) |
This function moves the value in member annotation_type. | |
eProsima_user_DllExport const CompleteAnnotationType & | annotation_type () const |
This function returns a constant reference to member annotation_type. | |
eProsima_user_DllExport CompleteAnnotationType & | annotation_type () |
This function returns a reference to member annotation_type. | |
eProsima_user_DllExport void | struct_type (const CompleteStructType &_struct_type) |
This function copies the value in member struct_type. | |
eProsima_user_DllExport void | struct_type (CompleteStructType &&_struct_type) |
This function moves the value in member struct_type. | |
eProsima_user_DllExport const CompleteStructType & | struct_type () const |
This function returns a constant reference to member struct_type. | |
eProsima_user_DllExport CompleteStructType & | struct_type () |
This function returns a reference to member struct_type. | |
eProsima_user_DllExport void | union_type (const CompleteUnionType &_union_type) |
This function copies the value in member union_type. | |
eProsima_user_DllExport void | union_type (CompleteUnionType &&_union_type) |
This function moves the value in member union_type. | |
eProsima_user_DllExport const CompleteUnionType & | union_type () const |
This function returns a constant reference to member union_type. | |
eProsima_user_DllExport CompleteUnionType & | union_type () |
This function returns a reference to member union_type. | |
eProsima_user_DllExport void | bitset_type (const CompleteBitsetType &_bitset_type) |
This function copies the value in member bitset_type. | |
eProsima_user_DllExport void | bitset_type (CompleteBitsetType &&_bitset_type) |
This function moves the value in member bitset_type. | |
eProsima_user_DllExport const CompleteBitsetType & | bitset_type () const |
This function returns a constant reference to member bitset_type. | |
eProsima_user_DllExport CompleteBitsetType & | bitset_type () |
This function returns a reference to member bitset_type. | |
eProsima_user_DllExport void | sequence_type (const CompleteSequenceType &_sequence_type) |
This function copies the value in member sequence_type. | |
eProsima_user_DllExport void | sequence_type (CompleteSequenceType &&_sequence_type) |
This function moves the value in member sequence_type. | |
eProsima_user_DllExport const CompleteSequenceType & | sequence_type () const |
This function returns a constant reference to member sequence_type. | |
eProsima_user_DllExport CompleteSequenceType & | sequence_type () |
This function returns a reference to member sequence_type. | |
eProsima_user_DllExport void | array_type (const CompleteArrayType &_array_type) |
This function copies the value in member array_type. | |
eProsima_user_DllExport void | array_type (CompleteArrayType &&_array_type) |
This function moves the value in member array_type. | |
eProsima_user_DllExport const CompleteArrayType & | array_type () const |
This function returns a constant reference to member array_type. | |
eProsima_user_DllExport CompleteArrayType & | array_type () |
This function returns a reference to member array_type. | |
eProsima_user_DllExport void | map_type (const CompleteMapType &_map_type) |
This function copies the value in member map_type. | |
eProsima_user_DllExport void | map_type (CompleteMapType &&_map_type) |
This function moves the value in member map_type. | |
eProsima_user_DllExport const CompleteMapType & | map_type () const |
This function returns a constant reference to member map_type. | |
eProsima_user_DllExport CompleteMapType & | map_type () |
This function returns a reference to member map_type. | |
eProsima_user_DllExport void | enumerated_type (const CompleteEnumeratedType &_enumerated_type) |
This function copies the value in member enumerated_type. | |
eProsima_user_DllExport void | enumerated_type (CompleteEnumeratedType &&_enumerated_type) |
This function moves the value in member enumerated_type. | |
eProsima_user_DllExport const CompleteEnumeratedType & | enumerated_type () const |
This function returns a constant reference to member enumerated_type. | |
eProsima_user_DllExport CompleteEnumeratedType & | enumerated_type () |
This function returns a reference to member enumerated_type. | |
eProsima_user_DllExport void | bitmask_type (const CompleteBitmaskType &_bitmask_type) |
This function copies the value in member bitmask_type. | |
eProsima_user_DllExport void | bitmask_type (CompleteBitmaskType &&_bitmask_type) |
This function moves the value in member bitmask_type. | |
eProsima_user_DllExport const CompleteBitmaskType & | bitmask_type () const |
This function returns a constant reference to member bitmask_type. | |
eProsima_user_DllExport CompleteBitmaskType & | bitmask_type () |
This function returns a reference to member bitmask_type. | |
eProsima_user_DllExport void | extended_type (const CompleteExtendedType &_extended_type) |
This function copies the value in member extended_type. | |
eProsima_user_DllExport void | extended_type (CompleteExtendedType &&_extended_type) |
This function moves the value in member extended_type. | |
eProsima_user_DllExport const CompleteExtendedType & | extended_type () const |
This function returns a constant reference to member extended_type. | |
eProsima_user_DllExport CompleteExtendedType & | extended_type () |
This function returns a reference to member extended_type. | |
This class represents the union CompleteTypeObject defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object CompleteTypeObject that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object CompleteTypeObject that will be copied. |
|
inline |
This function returns the value of the discriminator.
|
inline |
This function sets the discriminator value.
__d | New value for the discriminator. |
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the new value doesn't correspond to the selected union member. |
|
inline |
This function returns a reference to member alias_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member alias_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member alias_type.
_alias_type | New value to be moved in member alias_type |
|
inline |
This function copies the value in member alias_type.
_alias_type | New value to be copied in member alias_type |
|
inline |
This function returns a reference to member annotation_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member annotation_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member annotation_type.
_annotation_type | New value to be moved in member annotation_type |
|
inline |
This function copies the value in member annotation_type.
_annotation_type | New value to be copied in member annotation_type |
|
inline |
This function returns a reference to member array_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member array_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member array_type.
_array_type | New value to be moved in member array_type |
|
inline |
This function copies the value in member array_type.
_array_type | New value to be copied in member array_type |
|
inline |
This function returns a reference to member bitmask_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member bitmask_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member bitmask_type.
_bitmask_type | New value to be moved in member bitmask_type |
|
inline |
This function copies the value in member bitmask_type.
_bitmask_type | New value to be copied in member bitmask_type |
|
inline |
This function returns a reference to member bitset_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member bitset_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member bitset_type.
_bitset_type | New value to be moved in member bitset_type |
|
inline |
This function copies the value in member bitset_type.
_bitset_type | New value to be copied in member bitset_type |
|
inline |
This function returns a reference to member enumerated_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member enumerated_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member enumerated_type.
_enumerated_type | New value to be moved in member enumerated_type |
|
inline |
This function copies the value in member enumerated_type.
_enumerated_type | New value to be copied in member enumerated_type |
|
inline |
This function returns a reference to member extended_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member extended_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member extended_type.
_extended_type | New value to be moved in member extended_type |
|
inline |
This function copies the value in member extended_type.
_extended_type | New value to be copied in member extended_type |
|
inline |
This function returns a reference to member map_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member map_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member map_type.
_map_type | New value to be moved in member map_type |
|
inline |
This function copies the value in member map_type.
_map_type | New value to be copied in member map_type |
|
inline |
Comparison operator.
x | CompleteTypeObject object to compare. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object CompleteTypeObject that will be copied. |
|
inline |
Copy assignment.
x | Reference to the object CompleteTypeObject that will be copied. |
|
inline |
Comparison operator.
x | CompleteTypeObject object to compare. |
|
inline |
This function returns a reference to member sequence_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member sequence_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member sequence_type.
_sequence_type | New value to be moved in member sequence_type |
|
inline |
This function copies the value in member sequence_type.
_sequence_type | New value to be copied in member sequence_type |
|
inline |
This function returns a reference to member struct_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member struct_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member struct_type.
_struct_type | New value to be moved in member struct_type |
|
inline |
This function copies the value in member struct_type.
_struct_type | New value to be copied in member struct_type |
|
inline |
This function returns a reference to member union_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member union_type.
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member union_type.
_union_type | New value to be moved in member union_type |
|
inline |
This function copies the value in member union_type.
_union_type | New value to be copied in member union_type |
CompleteAliasType m_alias_type |
CompleteAnnotationType m_annotation_type |
CompleteArrayType m_array_type |
CompleteBitmaskType m_bitmask_type |
CompleteBitsetType m_bitset_type |
CompleteEnumeratedType m_enumerated_type |
CompleteExtendedType m_extended_type |
CompleteMapType m_map_type |
CompleteSequenceType m_sequence_type |
CompleteStructType m_struct_type |
CompleteUnionType m_union_type |