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