This is the complete list of members for TypeSupport, including all inherited members.
Base typedef | TypeSupport | |
calculate_serialized_size(const void *const data, DataRepresentationId_t data_representation) | TypeSupport | inlinevirtual |
compute_key(const void *const data, InstanceHandle_t &i_handle, bool force_md5=false) | TypeSupport | inlinevirtual |
compute_key(fastdds::rtps::SerializedPayload_t &payload, InstanceHandle_t &i_handle, bool force_md5=false) | TypeSupport | inlinevirtual |
create_data() | TypeSupport | inlinevirtual |
delete_data(void *data) | TypeSupport | inlinevirtual |
deserialize(fastdds::rtps::SerializedPayload_t &payload, void *data) | TypeSupport | virtual |
empty() const | TypeSupport | inline |
get_type_name() const | TypeSupport | inlinevirtual |
is_bounded() const | TypeSupport | inlinevirtual |
is_plain(DataRepresentationId_t data_representation) const | TypeSupport | inlinevirtual |
operator!=(std::nullptr_t) const | TypeSupport | inline |
operator=(const TypeSupport &type) noexcept=default | TypeSupport | |
operator=(TypeSupport &&type) noexcept=default | TypeSupport | |
operator==(const TypeSupport &type_support) | TypeSupport | inlinevirtual |
operator==(std::nullptr_t) const | TypeSupport | inline |
register_type(DomainParticipant *participant) const | TypeSupport | virtual |
register_type(DomainParticipant *participant, std::string type_name) const | TypeSupport | virtual |
serialize(const void *const data, fastdds::rtps::SerializedPayload_t &payload, DataRepresentationId_t data_representation) | TypeSupport | virtual |
TypeSupport() noexcept=default | TypeSupport | |
TypeSupport(const TypeSupport &type) noexcept=default | TypeSupport | |
TypeSupport(TypeSupport &&type) noexcept=default | TypeSupport | |
TypeSupport(TopicDataType *ptr) | TypeSupport | inlineexplicit |