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