|
eProsima_user_DllExport | CommonBitfield () |
| Default constructor.
|
|
eProsima_user_DllExport | ~CommonBitfield () |
| Default destructor.
|
|
eProsima_user_DllExport | CommonBitfield (const CommonBitfield &x) |
| Copy constructor.
|
|
eProsima_user_DllExport | CommonBitfield (CommonBitfield &&x) noexcept |
| Move constructor.
|
|
eProsima_user_DllExport CommonBitfield & | operator= (const CommonBitfield &x) |
| Copy assignment.
|
|
eProsima_user_DllExport CommonBitfield & | operator= (CommonBitfield &&x) noexcept |
| Move assignment.
|
|
eProsima_user_DllExport bool | operator== (const CommonBitfield &x) const |
| Comparison operator.
|
|
eProsima_user_DllExport bool | operator!= (const CommonBitfield &x) const |
| Comparison operator.
|
|
eProsima_user_DllExport void | position (uint16_t _position) |
| This function sets a value in member position.
|
|
eProsima_user_DllExport uint16_t | position () const |
| This function returns the value of member position.
|
|
eProsima_user_DllExport uint16_t & | position () |
| This function returns a reference to member position.
|
|
eProsima_user_DllExport void | flags (const BitsetMemberFlag &_flags) |
| This function copies the value in member flags.
|
|
eProsima_user_DllExport void | flags (BitsetMemberFlag &&_flags) |
| This function moves the value in member flags.
|
|
eProsima_user_DllExport const BitsetMemberFlag & | flags () const |
| This function returns a constant reference to member flags.
|
|
eProsima_user_DllExport BitsetMemberFlag & | flags () |
| This function returns a reference to member flags.
|
|
eProsima_user_DllExport void | bitcount (uint8_t _bitcount) |
| This function sets a value in member bitcount.
|
|
eProsima_user_DllExport uint8_t | bitcount () const |
| This function returns the value of member bitcount.
|
|
eProsima_user_DllExport uint8_t & | bitcount () |
| This function returns a reference to member bitcount.
|
|
eProsima_user_DllExport void | holder_type (TypeKind _holder_type) |
| This function sets a value in member holder_type.
|
|
eProsima_user_DllExport TypeKind | holder_type () const |
| This function returns the value of member holder_type.
|
|
eProsima_user_DllExport TypeKind & | holder_type () |
| This function returns a reference to member holder_type.
|
|
This class represents the structure CommonBitfield defined by the user in the IDL file.