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