Class GroupData

Inheritance Relationships

Base Type

Class Documentation

class GroupData : public dds::core::Value<detail::GroupData>

Public Functions

GroupData()

Creates a GroupData QoS instance

explicit GroupData(const dds::core::ByteSeq &sequence)

Creates a GroupData QoS instance

Parameters:

sequence – the sequence of octets representing the GroupData

GroupData(const GroupData &other)

Copies a GroupData QoS instance

Parameters:

other – the GroupData QoS instance to copy

GroupData(const uint8_t *value_begin, const uint8_t *value_end)

Creates a GroupData QoS instance

Parameters:
  • value_begin – a pointer to the beginning of a sequence of octets

  • value_end – a pointer to the end of a sequence of octets

GroupData &value(const dds::core::ByteSeq &sequence)

Set the sequence

Parameters:

sequence – a sequence of octets

template<typename OCTET_ITER>
GroupData &value(OCTET_ITER begin, OCTET_ITER end)

Set the sequence

Parameters:
  • begin – an iterator pointing to the beginning of a sequence of octets

  • end – an iterator pointing to the end of a sequence of octets

const dds::core::ByteSeq value() const

Get the sequence

Returns:

a sequence of octets

const uint8_t *begin() const

Gets a pointer to the first octet in the sequence

Returns:

a pointer to the first octet in the sequence

const uint8_t *end() const

Gets a pointer to the last octet in the sequence

Returns:

a pointer to the last octet in the sequence