This class represents the structure TypeInformation defined by the user in the IDL file. More...
#include <dds_xtypes_typeobject.hpp>
Public Member Functions | |
eProsima_user_DllExport | TypeInformation () |
Default constructor. | |
eProsima_user_DllExport | ~TypeInformation () |
Default destructor. | |
eProsima_user_DllExport | TypeInformation (const TypeInformation &x) |
Copy constructor. | |
eProsima_user_DllExport | TypeInformation (TypeInformation &&x) noexcept |
Move constructor. | |
eProsima_user_DllExport TypeInformation & | operator= (const TypeInformation &x) |
Copy assignment. | |
eProsima_user_DllExport TypeInformation & | operator= (TypeInformation &&x) noexcept |
Move assignment. | |
eProsima_user_DllExport bool | operator== (const TypeInformation &x) const |
Comparison operator. | |
eProsima_user_DllExport bool | operator!= (const TypeInformation &x) const |
Comparison operator. | |
eProsima_user_DllExport void | minimal (const TypeIdentifierWithDependencies &_minimal) |
This function copies the value in member minimal. | |
eProsima_user_DllExport void | minimal (TypeIdentifierWithDependencies &&_minimal) |
This function moves the value in member minimal. | |
eProsima_user_DllExport const TypeIdentifierWithDependencies & | minimal () const |
This function returns a constant reference to member minimal. | |
eProsima_user_DllExport TypeIdentifierWithDependencies & | minimal () |
This function returns a reference to member minimal. | |
eProsima_user_DllExport void | complete (const TypeIdentifierWithDependencies &_complete) |
This function copies the value in member complete. | |
eProsima_user_DllExport void | complete (TypeIdentifierWithDependencies &&_complete) |
This function moves the value in member complete. | |
eProsima_user_DllExport const TypeIdentifierWithDependencies & | complete () const |
This function returns a constant reference to member complete. | |
eProsima_user_DllExport TypeIdentifierWithDependencies & | complete () |
This function returns a reference to member complete. | |
This class represents the structure TypeInformation defined by the user in the IDL file.
|
inline |
Default constructor.
|
inline |
Default destructor.
|
inline |
Copy constructor.
x | Reference to the object TypeInformation that will be copied. |
|
inlinenoexcept |
Move constructor.
x | Reference to the object TypeInformation that will be copied. |
|
inline |
This function returns a reference to member complete.
|
inline |
This function returns a constant reference to member complete.
|
inline |
This function copies the value in member complete.
_complete | New value to be copied in member complete |
|
inline |
This function moves the value in member complete.
_complete | New value to be moved in member complete |
|
inline |
This function returns a reference to member minimal.
|
inline |
This function returns a constant reference to member minimal.
|
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 | TypeInformation object to compare. |
|
inline |
Copy assignment.
x | Reference to the object TypeInformation that will be copied. |
|
inlinenoexcept |
Move assignment.
x | Reference to the object TypeInformation that will be copied. |
|
inline |
Comparison operator.
x | TypeInformation object to compare. |