This class represents the union TypeObjectHashId defined by the user in the IDL file.
More...
#include <dds_xtypes_typeobject.hpp>
This class represents the union TypeObjectHashId defined by the user in the IDL file.
◆ TypeObjectHashId() [1/3]
◆ ~TypeObjectHashId()
◆ TypeObjectHashId() [2/3]
Copy constructor.
- Parameters
-
◆ TypeObjectHashId() [3/3]
Move constructor.
- Parameters
-
◆ _d() [1/2]
eProsima_user_DllExport uint8_t _d |
( |
| ) |
const |
|
inline |
This function returns the value of the discriminator.
- Returns
- Value of the discriminator
◆ _d() [2/2]
eProsima_user_DllExport void _d |
( |
uint8_t | __d | ) |
|
|
inline |
This function sets the discriminator value.
- Parameters
-
__d | New value for the discriminator. |
- Exceptions
-
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the new value doesn't correspond to the selected union member. |
◆ _default()
◆ hash() [1/4]
This function returns a reference to member hash.
- Returns
- Reference to member hash
- Exceptions
-
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
◆ hash() [2/4]
This function returns a constant reference to member hash.
- Returns
- Constant reference to member hash
- Exceptions
-
eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
◆ hash() [3/4]
This function copies the value in member hash.
- Parameters
-
_hash | New value to be copied in member hash |
◆ hash() [4/4]
This function moves the value in member hash.
- Parameters
-
_hash | New value to be moved in member hash |
◆ operator!=()
Comparison operator.
- Parameters
-
◆ operator=() [1/2]
Copy assignment.
- Parameters
-
◆ operator=() [2/2]
Move assignment.
- Parameters
-
◆ operator==()
Comparison operator.
- Parameters
-
◆ m_hash
The documentation for this class was generated from the following file: