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