This class represents the structure MinimalAnnotationHeader defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
| eProsima_user_DllExport | MinimalAnnotationHeader () |
| Default constructor. | |
| eProsima_user_DllExport | ~MinimalAnnotationHeader () |
| Default destructor. | |
| eProsima_user_DllExport | MinimalAnnotationHeader (const MinimalAnnotationHeader &x) |
| Copy constructor. | |
| eProsima_user_DllExport | MinimalAnnotationHeader (MinimalAnnotationHeader &&x) noexcept |
| Move constructor. | |
| eProsima_user_DllExport MinimalAnnotationHeader & | operator= (const MinimalAnnotationHeader &x) |
| Copy assignment. | |
| eProsima_user_DllExport MinimalAnnotationHeader & | operator= (MinimalAnnotationHeader &&x) noexcept |
| Move assignment. | |
| eProsima_user_DllExport bool | operator== (const MinimalAnnotationHeader &x) const |
| Comparison operator. | |
| eProsima_user_DllExport bool | operator!= (const MinimalAnnotationHeader &x) const |
| Comparison operator. | |
This class represents the structure MinimalAnnotationHeader defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object MinimalAnnotationHeader that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object MinimalAnnotationHeader that will be copied. |
|
inline |
Comparison operator.
| x | MinimalAnnotationHeader object to compare. |
|
inline |
Copy assignment.
| x | Reference to the object MinimalAnnotationHeader that will be copied. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object MinimalAnnotationHeader that will be copied. |
|
inline |
Comparison operator.
| x | MinimalAnnotationHeader object to compare. |