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