This class represents the structure CompleteAnnotationType defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | CompleteAnnotationType () |
Default constructor. | |
eProsima_user_DllExport | ~CompleteAnnotationType () |
Default destructor. | |
eProsima_user_DllExport | CompleteAnnotationType (const CompleteAnnotationType &x) |
Copy constructor. | |
eProsima_user_DllExport | CompleteAnnotationType (CompleteAnnotationType &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport CompleteAnnotationType & | operator= (const CompleteAnnotationType &x) |
Copy assignment. | |
eProsima_user_DllExport CompleteAnnotationType & | operator= (CompleteAnnotationType &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const CompleteAnnotationType &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const CompleteAnnotationType &x) const |
Comparison operator. | |
eProsima_user_DllExport void | annotation_flag (const AnnotationTypeFlag &_annotation_flag) |
This function copies the value in member annotation_flag. | |
eProsima_user_DllExport void | annotation_flag (AnnotationTypeFlag &&_annotation_flag) |
This function moves the value in member annotation_flag. | |
eProsima_user_DllExport const AnnotationTypeFlag & | annotation_flag () const |
This function returns a constant reference to member annotation_flag. | |
eProsima_user_DllExport AnnotationTypeFlag & | annotation_flag () |
This function returns a reference to member annotation_flag. | |
eProsima_user_DllExport void | header (const CompleteAnnotationHeader &_header) |
This function copies the value in member header. | |
eProsima_user_DllExport void | header (CompleteAnnotationHeader &&_header) |
This function moves the value in member header. | |
eProsima_user_DllExport const CompleteAnnotationHeader & | header () const |
This function returns a constant reference to member header. | |
eProsima_user_DllExport CompleteAnnotationHeader & | header () |
This function returns a reference to member header. | |
eProsima_user_DllExport void | member_seq (const CompleteAnnotationParameterSeq &_member_seq) |
This function copies the value in member member_seq. | |
eProsima_user_DllExport void | member_seq (CompleteAnnotationParameterSeq &&_member_seq) |
This function moves the value in member member_seq. | |
eProsima_user_DllExport const CompleteAnnotationParameterSeq & | member_seq () const |
This function returns a constant reference to member member_seq. | |
eProsima_user_DllExport CompleteAnnotationParameterSeq & | member_seq () |
This function returns a reference to member member_seq. | |
This class represents the structure CompleteAnnotationType defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object CompleteAnnotationType that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object CompleteAnnotationType that will be copied. |
|
inline |
This function returns a reference to member annotation_flag.
|
inline |
This function returns a constant reference to member annotation_flag.
|
inline |
This function moves the value in member annotation_flag.
_annotation_flag | New value to be moved in member annotation_flag |
|
inline |
This function copies the value in member annotation_flag.
_annotation_flag | New value to be copied in member annotation_flag |
|
inline |
This function returns a reference to member header.
|
inline |
This function returns a constant reference to member header.
|
inline |
This function moves the value in member header.
_header | New value to be moved in member header |
|
inline |
This function copies the value in member header.
_header | New value to be copied 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 moves the value in member member_seq.
_member_seq | New value to be moved in 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 |
Comparison operator.
x | CompleteAnnotationType object to compare. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object CompleteAnnotationType that will be copied. |
|
inline |
Copy assignment.
x | Reference to the object CompleteAnnotationType that will be copied. |
|
inline |
Comparison operator.
x | CompleteAnnotationType object to compare. |