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