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