This class represents the structure ExtendedTypeDefn defined by the user in the IDL file. More...
#include <TypeIdentifierTypes.h>
Public Member Functions | |
RTPS_DllAPI | ExtendedTypeDefn () |
Default constructor. | |
virtual RTPS_DllAPI | ~ExtendedTypeDefn () |
Default destructor. | |
RTPS_DllAPI | ExtendedTypeDefn (const ExtendedTypeDefn &x) |
Copy constructor. | |
RTPS_DllAPI | ExtendedTypeDefn (ExtendedTypeDefn &&x) |
Move constructor. | |
virtual RTPS_DllAPI ExtendedTypeDefn & | operator= (const ExtendedTypeDefn &x) |
Copy assignment. | |
virtual RTPS_DllAPI ExtendedTypeDefn & | operator= (ExtendedTypeDefn &&x) |
Move assignment. | |
RTPS_DllAPI bool | consistent (const ExtendedTypeDefn &x, const fastdds::dds::TypeConsistencyEnforcementQosPolicy &consistency) const |
This class represents the structure ExtendedTypeDefn defined by the user in the IDL file.
RTPS_DllAPI ExtendedTypeDefn | ( | ) |
Default constructor.
|
virtual |
Default destructor.
RTPS_DllAPI ExtendedTypeDefn | ( | const ExtendedTypeDefn & | x | ) |
Copy constructor.
x | Reference to the object ExtendedTypeDefn that will be copied. |
RTPS_DllAPI ExtendedTypeDefn | ( | ExtendedTypeDefn && | x | ) |
Move constructor.
x | Reference to the object ExtendedTypeDefn that will be copied. |
RTPS_DllAPI bool consistent | ( | const ExtendedTypeDefn & | x, |
const fastdds::dds::TypeConsistencyEnforcementQosPolicy & | consistency | ||
) | const |
|
virtual |
Copy assignment.
x | Reference to the object ExtendedTypeDefn that will be copied. |
|
virtual |
Move assignment.
x | Reference to the object ExtendedTypeDefn that will be copied. |