Class StringSTypeDefn

Class Documentation

class StringSTypeDefn

This class represents the structure StringSTypeDefn defined by the user in the IDL file.

Public Functions

RTPS_DllAPI StringSTypeDefn()

Default constructor.

RTPS_DllAPI ~StringSTypeDefn()

Default destructor.

RTPS_DllAPI StringSTypeDefn(const StringSTypeDefn &x)

Copy constructor.

Parameters:

x – Reference to the object StringSTypeDefn that will be copied.

RTPS_DllAPI StringSTypeDefn(StringSTypeDefn &&x)

Move constructor.

Parameters:

x – Reference to the object StringSTypeDefn that will be copied.

RTPS_DllAPI StringSTypeDefn & operator= (const StringSTypeDefn &x)

Copy assignment.

Parameters:

x – Reference to the object StringSTypeDefn that will be copied.

RTPS_DllAPI StringSTypeDefn & operator= (StringSTypeDefn &&x)

Move assignment.

Parameters:

x – Reference to the object StringSTypeDefn that will be copied.

inline RTPS_DllAPI void bound (SBound _bound)

This function sets a value in member bound.

Parameters:

_bound – New value for member bound

inline RTPS_DllAPI SBound bound () const

This function returns the value of member bound.

Returns:

Value of member bound

inline RTPS_DllAPI SBound & bound ()

This function returns a reference to member bound.

Returns:

Reference to member bound

FASTDDS_SER_METHOD_DEPRECATED (3, "eprosima::fastrtps::types::StringSTypeDefn::getCdrSerializedSize()", "In favor of version using eprosima::fastcdr::calculate_serialized_size.") RTPS_DllAPI static size_t getCdrSerializedSize(const StringSTypeDefn &data

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.

FASTDDS_SER_METHOD_DEPRECATED(3, "eprosima::fastrtps::types::StringSTypeDefn::serialize()", "In favor of version using eprosima::fastcdr::serialize.") RTPS_DllAPI void serialize(eprosima FASTDDS_SER_METHOD_DEPRECATED(3, "eprosima::fastrtps::types::StringSTypeDefn::deserialize()", "In favor of version using eprosima::fastcdr::deserialize.") RTPS_DllAPI void deserialize(eprosima RTPS_DllAPI bool consistent (const StringSTypeDefn &x, const fastdds::dds::TypeConsistencyEnforcementQosPolicy &consistency) const

This function serializes an object using CDR serialization.

This function deserializes an object using CDR serialization.

Parameters:
  • cdr – CDR serialization object.

  • cdr – CDR serialization object.

RTPS_DllAPI bool consistent (const StringLTypeDefn &x, const fastdds::dds::TypeConsistencyEnforcementQosPolicy &consistency) const

Public Members

size_t current_alignment   = 0)