This class represents the structure MinimalUnionType defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
| eProsima_user_DllExport | MinimalUnionType () |
| Default constructor. | |
| eProsima_user_DllExport | ~MinimalUnionType () |
| Default destructor. | |
| eProsima_user_DllExport | MinimalUnionType (const MinimalUnionType &x) |
| Copy constructor. | |
| eProsima_user_DllExport | MinimalUnionType (MinimalUnionType &&x) noexcept |
| Move constructor. | |
| eProsima_user_DllExport MinimalUnionType & | operator= (const MinimalUnionType &x) |
| Copy assignment. | |
| eProsima_user_DllExport MinimalUnionType & | operator= (MinimalUnionType &&x) noexcept |
| Move assignment. | |
| eProsima_user_DllExport bool | operator== (const MinimalUnionType &x) const |
| Comparison operator. | |
| eProsima_user_DllExport bool | operator!= (const MinimalUnionType &x) const |
| Comparison operator. | |
| eProsima_user_DllExport void | union_flags (const UnionTypeFlag &_union_flags) |
| This function copies the value in member union_flags. | |
| eProsima_user_DllExport void | union_flags (UnionTypeFlag &&_union_flags) |
| This function moves the value in member union_flags. | |
| eProsima_user_DllExport const UnionTypeFlag & | union_flags () const |
| This function returns a constant reference to member union_flags. | |
| eProsima_user_DllExport UnionTypeFlag & | union_flags () |
| This function returns a reference to member union_flags. | |
| eProsima_user_DllExport void | header (const MinimalUnionHeader &_header) |
| This function copies the value in member header. | |
| eProsima_user_DllExport void | header (MinimalUnionHeader &&_header) |
| This function moves the value in member header. | |
| eProsima_user_DllExport const MinimalUnionHeader & | header () const |
| This function returns a constant reference to member header. | |
| eProsima_user_DllExport MinimalUnionHeader & | header () |
| This function returns a reference to member header. | |
| eProsima_user_DllExport void | discriminator (const MinimalDiscriminatorMember &_discriminator) |
| This function copies the value in member discriminator. | |
| eProsima_user_DllExport void | discriminator (MinimalDiscriminatorMember &&_discriminator) |
| This function moves the value in member discriminator. | |
| eProsima_user_DllExport const MinimalDiscriminatorMember & | discriminator () const |
| This function returns a constant reference to member discriminator. | |
| eProsima_user_DllExport MinimalDiscriminatorMember & | discriminator () |
| This function returns a reference to member discriminator. | |
| eProsima_user_DllExport void | member_seq (const MinimalUnionMemberSeq &_member_seq) |
| This function copies the value in member member_seq. | |
| eProsima_user_DllExport void | member_seq (MinimalUnionMemberSeq &&_member_seq) |
| This function moves the value in member member_seq. | |
| eProsima_user_DllExport const MinimalUnionMemberSeq & | member_seq () const |
| This function returns a constant reference to member member_seq. | |
| eProsima_user_DllExport MinimalUnionMemberSeq & | member_seq () |
| This function returns a reference to member member_seq. | |
This class represents the structure MinimalUnionType defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object MinimalUnionType that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object MinimalUnionType that will be copied. |
|
inline |
This function returns a reference to member discriminator.
|
inline |
This function returns a constant reference to member discriminator.
|
inline |
This function copies the value in member discriminator.
| _discriminator | New value to be copied in member discriminator |
|
inline |
This function moves the value in member discriminator.
| _discriminator | New value to be moved in member discriminator |
|
inline |
This function returns a reference to member header.
|
inline |
This function returns a constant reference to member header.
|
inline |
This function copies the value in member header.
| _header | New value to be copied in member header |
|
inline |
This function moves the value in member header.
| _header | New value to be moved in member header |
|
inline |
This function returns a reference to member member_seq.
|
inline |
This function returns a constant reference to member member_seq.
|
inline |
This function copies the value in member member_seq.
| _member_seq | New value to be copied in member member_seq |
|
inline |
This function moves the value in member member_seq.
| _member_seq | New value to be moved in member member_seq |
|
inline |
Comparison operator.
| x | MinimalUnionType object to compare. |
|
inline |
Copy assignment.
| x | Reference to the object MinimalUnionType that will be copied. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object MinimalUnionType that will be copied. |
|
inline |
Comparison operator.
| x | MinimalUnionType object to compare. |
|
inline |
This function returns a reference to member union_flags.
|
inline |
This function returns a constant reference to member union_flags.
|
inline |
This function copies the value in member union_flags.
| _union_flags | New value to be copied in member union_flags |
|
inline |
This function moves the value in member union_flags.
| _union_flags | New value to be moved in member union_flags |