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