This class represents the structure Dummy defined by the user in the IDL file.
More...
#include <dds_xtypes_typeobject.hpp>
|
| eProsima_user_DllExport | Dummy () |
| | Default constructor.
|
| eProsima_user_DllExport | ~Dummy () |
| | Default destructor.
|
| eProsima_user_DllExport | Dummy (const Dummy &x) |
| | Copy constructor.
|
| eProsima_user_DllExport | Dummy (Dummy &&x) noexcept |
| | Move constructor.
|
| eProsima_user_DllExport Dummy & | operator= (const Dummy &x) |
| | Copy assignment.
|
| eProsima_user_DllExport Dummy & | operator= (Dummy &&x) noexcept |
| | Move assignment.
|
| eProsima_user_DllExport bool | operator== (const Dummy &x) const |
| | Comparison operator.
|
| eProsima_user_DllExport bool | operator!= (const Dummy &x) const |
| | Comparison operator.
|
This class represents the structure Dummy defined by the user in the IDL file.
◆ Dummy() [1/3]
| eProsima_user_DllExport Dummy |
( |
| ) |
|
|
inline |
◆ ~Dummy()
| eProsima_user_DllExport ~Dummy |
( |
| ) |
|
|
inline |
◆ Dummy() [2/3]
| eProsima_user_DllExport Dummy |
( |
const Dummy & | x | ) |
|
|
inline |
Copy constructor.
- Parameters
-
| x | Reference to the object Dummy that will be copied. |
◆ Dummy() [3/3]
| eProsima_user_DllExport Dummy |
( |
Dummy && | x | ) |
|
|
inlinenoexcept |
Move constructor.
- Parameters
-
| x | Reference to the object Dummy that will be copied. |
◆ operator!=()
| eProsima_user_DllExport bool operator!= |
( |
const Dummy & | x | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
| x | Dummy object to compare. |
◆ operator=() [1/2]
| eProsima_user_DllExport Dummy & operator= |
( |
const Dummy & | x | ) |
|
|
inline |
Copy assignment.
- Parameters
-
| x | Reference to the object Dummy that will be copied. |
◆ operator=() [2/2]
| eProsima_user_DllExport Dummy & operator= |
( |
Dummy && | x | ) |
|
|
inlinenoexcept |
Move assignment.
- Parameters
-
| x | Reference to the object Dummy that will be copied. |
◆ operator==()
| eProsima_user_DllExport bool operator== |
( |
const Dummy & | x | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
| x | Dummy object to compare. |
The documentation for this class was generated from the following file: