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