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