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