This class represents the structure CommonBitflag defined by the user in the IDL file.
More...
#include <dds_xtypes_typeobject.hpp>
This class represents the structure CommonBitflag defined by the user in the IDL file.
◆ CommonBitflag() [1/3]
◆ ~CommonBitflag()
◆ CommonBitflag() [2/3]
Copy constructor.
- Parameters
-
◆ CommonBitflag() [3/3]
Move constructor.
- Parameters
-
◆ flags() [1/4]
This function returns a reference to member flags.
- Returns
- Reference to member flags
◆ flags() [2/4]
eProsima_user_DllExport const BitflagFlag & flags |
( |
| ) |
const |
|
inline |
This function returns a constant reference to member flags.
- Returns
- Constant reference to member flags
◆ flags() [3/4]
eProsima_user_DllExport void flags |
( |
BitflagFlag && |
_flags | ) |
|
|
inline |
This function moves the value in member flags.
- Parameters
-
_flags | New value to be moved in member flags |
◆ flags() [4/4]
eProsima_user_DllExport void flags |
( |
const BitflagFlag & |
_flags | ) |
|
|
inline |
This function copies the value in member flags.
- Parameters
-
_flags | New value to be copied in member flags |
◆ operator!=()
eProsima_user_DllExport bool operator!= |
( |
const CommonBitflag & |
x | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
◆ operator=() [1/2]
Move assignment.
- Parameters
-
◆ operator=() [2/2]
Copy assignment.
- Parameters
-
◆ operator==()
eProsima_user_DllExport bool operator== |
( |
const CommonBitflag & |
x | ) |
const |
|
inline |
Comparison operator.
- Parameters
-
◆ position() [1/3]
eProsima_user_DllExport uint16_t & position |
( |
| ) |
|
|
inline |
This function returns a reference to member position.
- Returns
- Reference to member position
◆ position() [2/3]
eProsima_user_DllExport uint16_t position |
( |
| ) |
const |
|
inline |
This function returns the value of member position.
- Returns
- Value of member position
◆ position() [3/3]
eProsima_user_DllExport void position |
( |
uint16_t |
_position | ) |
|
|
inline |
This function sets a value in member position.
- Parameters
-
_position | New value for member position |
The documentation for this class was generated from the following file: