This class represents the structure MinimalAliasBody defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | MinimalAliasBody () |
Default constructor. | |
eProsima_user_DllExport | ~MinimalAliasBody () |
Default destructor. | |
eProsima_user_DllExport | MinimalAliasBody (const MinimalAliasBody &x) |
Copy constructor. | |
eProsima_user_DllExport | MinimalAliasBody (MinimalAliasBody &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport MinimalAliasBody & | operator= (const MinimalAliasBody &x) |
Copy assignment. | |
eProsima_user_DllExport MinimalAliasBody & | operator= (MinimalAliasBody &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const MinimalAliasBody &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const MinimalAliasBody &x) const |
Comparison operator. | |
eProsima_user_DllExport void | common (const CommonAliasBody &_common) |
This function copies the value in member common. | |
eProsima_user_DllExport void | common (CommonAliasBody &&_common) |
This function moves the value in member common. | |
eProsima_user_DllExport const CommonAliasBody & | common () const |
This function returns a constant reference to member common. | |
eProsima_user_DllExport CommonAliasBody & | common () |
This function returns a reference to member common. | |
This class represents the structure MinimalAliasBody defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object MinimalAliasBody that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object MinimalAliasBody that will be copied. |
|
inline |
This function returns a reference to member common.
|
inline |
This function returns a constant reference to member common.
|
inline |
This function moves the value in member common.
_common | New value to be moved in member common |
|
inline |
This function copies the value in member common.
_common | New value to be copied in member common |
|
inline |
Comparison operator.
x | MinimalAliasBody object to compare. |
|
inline |
Copy assignment.
x | Reference to the object MinimalAliasBody that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object MinimalAliasBody that will be copied. |
|
inline |
Comparison operator.
x | MinimalAliasBody object to compare. |