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