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