Class OwnershipStrength

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

explicit OwnershipStrength(int32_t strength = 0)

Creates an OwnershipStrength QoS instance

Parameters:

strength – ownership strength

OwnershipStrength(const OwnershipStrength &other)

Copies an OwnershipStrength QoS instance

Parameters:

other – the OwnershipStrength QoS instance to copy

int32_t value() const

Gets the ownership strength value

Returns:

the ownership strength value

OwnershipStrength &value(int32_t strength)

Sets the ownership strength value

Parameters:

strength – the ownership strength value