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