This class represents the union TypeObject defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
| eProsima_user_DllExport | TypeObject () |
| Default constructor. More... | |
| eProsima_user_DllExport | ~TypeObject () |
| Default destructor. More... | |
| eProsima_user_DllExport | TypeObject (const TypeObject &x) |
| Copy constructor. More... | |
| eProsima_user_DllExport | TypeObject (TypeObject &&x) noexcept |
| Move constructor. More... | |
| eProsima_user_DllExport TypeObject & | operator= (const TypeObject &x) |
| Copy assignment. More... | |
| eProsima_user_DllExport TypeObject & | operator= (TypeObject &&x) noexcept |
| Move assignment. More... | |
| eProsima_user_DllExport bool | operator== (const TypeObject &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport bool | operator!= (const TypeObject &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport void | _d (uint8_t __d) |
| This function sets the discriminator value. More... | |
| eProsima_user_DllExport uint8_t | _d () const |
| This function returns the value of the discriminator. More... | |
| eProsima_user_DllExport void | complete (const CompleteTypeObject &_complete) |
| This function copies the value in member complete. More... | |
| eProsima_user_DllExport void | complete (CompleteTypeObject &&_complete) |
| This function moves the value in member complete. More... | |
| eProsima_user_DllExport const CompleteTypeObject & | complete () const |
| This function returns a constant reference to member complete. More... | |
| eProsima_user_DllExport CompleteTypeObject & | complete () |
| This function returns a reference to member complete. More... | |
| eProsima_user_DllExport void | minimal (const MinimalTypeObject &_minimal) |
| This function copies the value in member minimal. More... | |
| eProsima_user_DllExport void | minimal (MinimalTypeObject &&_minimal) |
| This function moves the value in member minimal. More... | |
| eProsima_user_DllExport const MinimalTypeObject & | minimal () const |
| This function returns a constant reference to member minimal. More... | |
| eProsima_user_DllExport MinimalTypeObject & | minimal () |
| This function returns a reference to member minimal. More... | |
| void | _default () |
This class represents the union TypeObject defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object TypeObject that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object TypeObject that will be copied. |
|
inline |
This function returns the value of the discriminator.
|
inline |
This function sets the discriminator value.
| __d | New value for the discriminator. |
| eprosima::fastcdr::exception::BadParamException | This exception is thrown if the new value doesn't correspond to the selected union member. |
|
inline |
|
inline |
This function returns a reference to member complete.
| eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member complete.
| eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function moves the value in member complete.
| _complete | New value to be moved in member complete |
|
inline |
This function copies the value in member complete.
| _complete | New value to be copied in member complete |
|
inline |
This function returns a reference to member minimal.
| eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function returns a constant reference to member minimal.
| eprosima::fastcdr::exception::BadParamException | This exception is thrown if the requested union member is not the current selection. |
|
inline |
This function copies the value in member minimal.
| _minimal | New value to be copied in member minimal |
|
inline |
This function moves the value in member minimal.
| _minimal | New value to be moved in member minimal |
|
inline |
Comparison operator.
| x | TypeObject object to compare. |
|
inline |
Copy assignment.
| x | Reference to the object TypeObject that will be copied. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object TypeObject that will be copied. |
|
inline |
Comparison operator.
| x | TypeObject object to compare. |
| CompleteTypeObject m_complete |
| MinimalTypeObject m_minimal |