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