This class represents the structure ExtendedTypeDefn defined by the user in the IDL file.
More...
#include <TypeIdentifierTypes.h>
This class represents the structure ExtendedTypeDefn defined by the user in the IDL file.
◆ ExtendedTypeDefn() [1/3]
◆ ~ExtendedTypeDefn()
◆ ExtendedTypeDefn() [2/3]
Copy constructor.
- Parameters
-
◆ ExtendedTypeDefn() [3/3]
Move constructor.
- Parameters
-
◆ consistent()
RTPS_DllAPI bool consistent |
( |
const ExtendedTypeDefn & |
x, |
|
|
const fastdds::dds::TypeConsistencyEnforcementQosPolicy & |
consistency |
|
) |
| const |
◆ deserialize()
virtual RTPS_DllAPI void deserialize |
( |
eprosima::fastcdr::Cdr & |
cdr | ) |
|
|
virtual |
This function deserializes an object using CDR serialization.
- Parameters
-
cdr | CDR serialization object. |
◆ getCdrSerializedSize()
static RTPS_DllAPI size_t getCdrSerializedSize |
( |
const ExtendedTypeDefn & |
data, |
|
|
size_t |
current_alignment = 0 |
|
) |
| |
|
static |
This function returns the serialized size of a data depending on the buffer alignment.
- Parameters
-
data | Data which is calculated its serialized size. |
current_alignment | Buffer alignment. |
- Returns
- Serialized size.
◆ operator=() [1/2]
Copy assignment.
- Parameters
-
◆ operator=() [2/2]
Move assignment.
- Parameters
-
◆ serialize()
virtual RTPS_DllAPI void serialize |
( |
eprosima::fastcdr::Cdr & |
cdr | ) |
const |
|
virtual |
This function serializes an object using CDR serialization.
- Parameters
-
cdr | CDR serialization object. |
The documentation for this class was generated from the following file: