 |
Fast RTPS
Version 2.6.0
Fast RTPS
|
22 #ifndef _TYPEOBJECTHASHID_H_
23 #define _TYPEOBJECTHASHID_H_
25 #include <fastrtps/types/TypesBase.h>
149 void serialize(eprosima::fastcdr::Cdr &cdr)
const;
188 #endif // _TYPEOBJECTHASHID_H_
const EquivalenceHash & hash() const
This function returns a constant reference to member hash.
This class represents the union TypeObjectHashId defined by the user in the IDL file.
Definition: TypeObjectHashId.h:53
TypeObjectHashId()
Default constructor.
void deserialize(eprosima::fastcdr::Cdr &cdr)
This function deserializes an object using CDR serialization.
static bool isKeyDefined()
This function tells you if the Key has been defined for this type.
void serialize(eprosima::fastcdr::Cdr &cdr) const
This function serializes an object using CDR serialization.
uint8_t _d() const
This function returns the value of the discriminator.
static size_t getKeyMaxCdrSerializedSize(size_t current_alignment=0)
This function returns the maximum serialized size of the Key of an object depending on the buffer ali...
void serializeKey(eprosima::fastcdr::Cdr &cdr) const
This function serializes the key members of an object using CDR serialization.
TypeObjectHashId & operator=(const TypeObjectHashId &x)
Copy assignment.
~TypeObjectHashId()
Default destructor.
Definition: LibrarySettingsAttributes.h:23
static size_t getCdrSerializedSize(const TypeObjectHashId &data, size_t current_alignment=0)
This function returns the serialized size of a data depending on the buffer alignment.
octet EquivalenceHash[14]
Definition: TypeObjectHashId.h:47