This class represents the structure TypeIdentifierTypeObjectPair defined by the user in the IDL file.
More...
#include <dds_xtypes_typeobject.hpp>
This class represents the structure TypeIdentifierTypeObjectPair defined by the user in the IDL file.
◆ TypeIdentifierTypeObjectPair() [1/3]
◆ ~TypeIdentifierTypeObjectPair()
◆ TypeIdentifierTypeObjectPair() [2/3]
Copy constructor.
- Parameters
-
◆ TypeIdentifierTypeObjectPair() [3/3]
Move constructor.
- Parameters
-
◆ operator!=()
Comparison operator.
- Parameters
-
◆ operator=() [1/2]
Copy assignment.
- Parameters
-
◆ operator=() [2/2]
Move assignment.
- Parameters
-
◆ operator==()
Comparison operator.
- Parameters
-
◆ type_identifier() [1/4]
This function returns a reference to member type_identifier.
- Returns
- Reference to member type_identifier
◆ type_identifier() [2/4]
eProsima_user_DllExport const TypeIdentifier & type_identifier |
( |
| ) |
const |
|
inline |
This function returns a constant reference to member type_identifier.
- Returns
- Constant reference to member type_identifier
◆ type_identifier() [3/4]
eProsima_user_DllExport void type_identifier |
( |
const TypeIdentifier & | _type_identifier | ) |
|
|
inline |
This function copies the value in member type_identifier.
- Parameters
-
_type_identifier | New value to be copied in member type_identifier |
◆ type_identifier() [4/4]
eProsima_user_DllExport void type_identifier |
( |
TypeIdentifier && | _type_identifier | ) |
|
|
inline |
This function moves the value in member type_identifier.
- Parameters
-
_type_identifier | New value to be moved in member type_identifier |
◆ type_object() [1/4]
eProsima_user_DllExport TypeObject & type_object |
( |
| ) |
|
|
inline |
This function returns a reference to member type_object.
- Returns
- Reference to member type_object
◆ type_object() [2/4]
eProsima_user_DllExport const TypeObject & type_object |
( |
| ) |
const |
|
inline |
This function returns a constant reference to member type_object.
- Returns
- Constant reference to member type_object
◆ type_object() [3/4]
eProsima_user_DllExport void type_object |
( |
const TypeObject & | _type_object | ) |
|
|
inline |
This function copies the value in member type_object.
- Parameters
-
_type_object | New value to be copied in member type_object |
◆ type_object() [4/4]
eProsima_user_DllExport void type_object |
( |
TypeObject && | _type_object | ) |
|
|
inline |
This function moves the value in member type_object.
- Parameters
-
_type_object | New value to be moved in member type_object |
The documentation for this class was generated from the following file: