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