This class represents the structure CompleteDiscriminatorMember defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
| eProsima_user_DllExport | CompleteDiscriminatorMember () |
| Default constructor. | |
| eProsima_user_DllExport | ~CompleteDiscriminatorMember () |
| Default destructor. | |
| eProsima_user_DllExport | CompleteDiscriminatorMember (const CompleteDiscriminatorMember &x) |
| Copy constructor. | |
| eProsima_user_DllExport | CompleteDiscriminatorMember (CompleteDiscriminatorMember &&x) noexcept |
| Move constructor. | |
| eProsima_user_DllExport CompleteDiscriminatorMember & | operator= (const CompleteDiscriminatorMember &x) |
| Copy assignment. | |
| eProsima_user_DllExport CompleteDiscriminatorMember & | operator= (CompleteDiscriminatorMember &&x) noexcept |
| Move assignment. | |
| eProsima_user_DllExport bool | operator== (const CompleteDiscriminatorMember &x) const |
| Comparison operator. | |
| eProsima_user_DllExport bool | operator!= (const CompleteDiscriminatorMember &x) const |
| Comparison operator. | |
| eProsima_user_DllExport void | common (const CommonDiscriminatorMember &_common) |
| This function copies the value in member common. | |
| eProsima_user_DllExport void | common (CommonDiscriminatorMember &&_common) |
| This function moves the value in member common. | |
| eProsima_user_DllExport const CommonDiscriminatorMember & | common () const |
| This function returns a constant reference to member common. | |
| eProsima_user_DllExport CommonDiscriminatorMember & | common () |
| This function returns a reference to member common. | |
| eProsima_user_DllExport void | ann_builtin (const eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > &_ann_builtin) |
| This function copies the value in member ann_builtin. | |
| eProsima_user_DllExport void | ann_builtin (eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > &&_ann_builtin) |
| This function moves the value in member ann_builtin. | |
| eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > & | ann_builtin () const |
| This function returns a constant reference to member ann_builtin. | |
| eProsima_user_DllExport eprosima::fastcdr::optional< AppliedBuiltinTypeAnnotations > & | ann_builtin () |
| This function returns a reference to member ann_builtin. | |
| eProsima_user_DllExport void | ann_custom (const eprosima::fastcdr::optional< AppliedAnnotationSeq > &_ann_custom) |
| This function copies the value in member ann_custom. | |
| eProsima_user_DllExport void | ann_custom (eprosima::fastcdr::optional< AppliedAnnotationSeq > &&_ann_custom) |
| This function moves the value in member ann_custom. | |
| eProsima_user_DllExport const eprosima::fastcdr::optional< AppliedAnnotationSeq > & | ann_custom () const |
| This function returns a constant reference to member ann_custom. | |
| eProsima_user_DllExport eprosima::fastcdr::optional< AppliedAnnotationSeq > & | ann_custom () |
| This function returns a reference to member ann_custom. | |
This class represents the structure CompleteDiscriminatorMember defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object CompleteDiscriminatorMember that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object CompleteDiscriminatorMember that will be copied. |
|
inline |
This function returns a reference to member ann_builtin.
|
inline |
This function returns a constant reference to member ann_builtin.
|
inline |
This function copies the value in member ann_builtin.
| _ann_builtin | New value to be copied in member ann_builtin |
|
inline |
This function moves the value in member ann_builtin.
| _ann_builtin | New value to be moved in member ann_builtin |
|
inline |
This function returns a reference to member ann_custom.
|
inline |
This function returns a constant reference to member ann_custom.
|
inline |
This function copies the value in member ann_custom.
| _ann_custom | New value to be copied in member ann_custom |
|
inline |
This function moves the value in member ann_custom.
| _ann_custom | New value to be moved in member ann_custom |
|
inline |
This function returns a reference to member common.
|
inline |
This function returns a constant reference to member common.
|
inline |
This function moves the value in member common.
| _common | New value to be moved in member common |
|
inline |
This function copies the value in member common.
| _common | New value to be copied in member common |
|
inline |
Comparison operator.
| x | CompleteDiscriminatorMember object to compare. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object CompleteDiscriminatorMember that will be copied. |
|
inline |
Copy assignment.
| x | Reference to the object CompleteDiscriminatorMember that will be copied. |
|
inline |
Comparison operator.
| x | CompleteDiscriminatorMember object to compare. |