This class represents the structure TypeIdentifierTypeObjectPair defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
| eProsima_user_DllExport | TypeIdentifierTypeObjectPair () |
| Default constructor. More... | |
| eProsima_user_DllExport | ~TypeIdentifierTypeObjectPair () |
| Default destructor. More... | |
| eProsima_user_DllExport | TypeIdentifierTypeObjectPair (const TypeIdentifierTypeObjectPair &x) |
| Copy constructor. More... | |
| eProsima_user_DllExport | TypeIdentifierTypeObjectPair (TypeIdentifierTypeObjectPair &&x) noexcept |
| Move constructor. More... | |
| eProsima_user_DllExport TypeIdentifierTypeObjectPair & | operator= (const TypeIdentifierTypeObjectPair &x) |
| Copy assignment. More... | |
| eProsima_user_DllExport TypeIdentifierTypeObjectPair & | operator= (TypeIdentifierTypeObjectPair &&x) noexcept |
| Move assignment. More... | |
| eProsima_user_DllExport bool | operator== (const TypeIdentifierTypeObjectPair &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport bool | operator!= (const TypeIdentifierTypeObjectPair &x) const |
| Comparison operator. More... | |
| eProsima_user_DllExport void | type_identifier (const TypeIdentifier &_type_identifier) |
| This function copies the value in member type_identifier. More... | |
| eProsima_user_DllExport void | type_identifier (TypeIdentifier &&_type_identifier) |
| This function moves the value in member type_identifier. More... | |
| eProsima_user_DllExport const TypeIdentifier & | type_identifier () const |
| This function returns a constant reference to member type_identifier. More... | |
| eProsima_user_DllExport TypeIdentifier & | type_identifier () |
| This function returns a reference to member type_identifier. More... | |
| eProsima_user_DllExport void | type_object (const TypeObject &_type_object) |
| This function copies the value in member type_object. More... | |
| eProsima_user_DllExport void | type_object (TypeObject &&_type_object) |
| This function moves the value in member type_object. More... | |
| eProsima_user_DllExport const TypeObject & | type_object () const |
| This function returns a constant reference to member type_object. More... | |
| eProsima_user_DllExport TypeObject & | type_object () |
| This function returns a reference to member type_object. More... | |
This class represents the structure TypeIdentifierTypeObjectPair defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
| x | Reference to the object TypeIdentifierTypeObjectPair that will be copied. |
|
inlinenoexcept |
Move constructor.
| x | Reference to the object TypeIdentifierTypeObjectPair that will be copied. |
|
inline |
Comparison operator.
| x | TypeIdentifierTypeObjectPair object to compare. |
|
inline |
Copy assignment.
| x | Reference to the object TypeIdentifierTypeObjectPair that will be copied. |
|
inlinenoexcept |
Move assignment.
| x | Reference to the object TypeIdentifierTypeObjectPair that will be copied. |
|
inline |
Comparison operator.
| x | TypeIdentifierTypeObjectPair object to compare. |
|
inline |
This function returns a reference to member type_identifier.
|
inline |
This function returns a constant reference to member type_identifier.
|
inline |
This function copies the value in member type_identifier.
| _type_identifier | New value to be copied in member type_identifier |
|
inline |
This function moves the value in member type_identifier.
| _type_identifier | New value to be moved in member type_identifier |
|
inline |
This function returns a reference to member type_object.
|
inline |
This function returns a constant reference to member type_object.
|
inline |
This function copies the value in member type_object.
| _type_object | New value to be copied in member type_object |
|
inline |
This function moves the value in member type_object.
| _type_object | New value to be moved in member type_object |