|
Safe DDS
|
Class to store and manage a dds::Participant QoS configuration. More...
#include <DomainParticipantQos.hpp>
Public Member Functions | |
| DomainParticipantQos () noexcept=default | |
| Default constructor. More... | |
| memory::container::StaticString256 & | participant_name () &noexcept |
| Getter for Participant name. Can only be used on lvalue objects. More... | |
| EntityFactoryQosPolicy & | entity_factory_qos () &noexcept |
| Getter for EntityFactoryQosPolicy. Can only be used on lvalue objects. More... | |
| DomainParticipantWireProtocolQosPolicy & | wire_protocol_qos () &noexcept |
| Getter for DomainParticipantWireProtocolQosPolicy. Can only be used on lvalue objects. More... | |
| DomainParticipantAllocationsQosPolicy & | allocations () &noexcept |
| Allocations getter. Can only be used on lvalue objects. More... | |
| const memory::container::StaticString256 & | participant_name () const &&noexcept=delete |
| Deleted const getter for StaticString256 on rvalue objects. More... | |
| const memory::container::StaticString256 & | participant_name () const &noexcept |
| Const getter for Participant name. Can only be used on lvalue objects. More... | |
| const EntityFactoryQosPolicy & | entity_factory_qos () const &&noexcept=delete |
| Deleted const getter for EntityFactoryQosPolicy on rvalue objects. More... | |
| const EntityFactoryQosPolicy & | entity_factory_qos () const &noexcept |
| Const getter for EntityFactoryQosPolicy. Can only be used on lvalue objects. More... | |
| const DomainParticipantWireProtocolQosPolicy & | wire_protocol_qos () const &&noexcept=delete |
| Deleted const getter for DomainParticipantWireProtocolQosPolicy on rvalue objects. More... | |
| const DomainParticipantWireProtocolQosPolicy & | wire_protocol_qos () const &noexcept |
| Const getter for DomainParticipantWireProtocolQosPolicy. Can only be used on lvalue objects. More... | |
| const DomainParticipantAllocationsQosPolicy & | allocations () const &&noexcept=delete |
| Deleted const getter for DomainParticipantAllocationsQosPolicy on rvalue objects. More... | |
| const DomainParticipantAllocationsQosPolicy & | allocations () const &noexcept |
| Const Allocations getter. Can only be used on lvalue objects. More... | |
| UserDataQosPolicy & | user_data () &noexcept |
| Getter for UserDataQosPolicy. Can only be used on lvalue objects. More... | |
| const UserDataQosPolicy & | user_data () const &&noexcept=delete |
| Deleted const getter for UserDataQosPolicy on rvalue objects. More... | |
| const UserDataQosPolicy & | user_data () const &noexcept |
| Const getter for UserDataQosPolicy. Can only be used on lvalue objects. More... | |
Class to store and manage a dds::Participant QoS configuration.
|
explicitdefaultnoexcept |
Default constructor.
|
noexcept |
Allocations getter. Can only be used on lvalue objects.
|
deletenoexcept |
Deleted const getter for DomainParticipantAllocationsQosPolicy on rvalue objects.
|
noexcept |
Const Allocations getter. Can only be used on lvalue objects.
|
noexcept |
Getter for EntityFactoryQosPolicy. Can only be used on lvalue objects.
|
deletenoexcept |
Deleted const getter for EntityFactoryQosPolicy on rvalue objects.
|
noexcept |
Const getter for EntityFactoryQosPolicy. Can only be used on lvalue objects.
|
noexcept |
Getter for Participant name. Can only be used on lvalue objects.
|
deletenoexcept |
Deleted const getter for StaticString256 on rvalue objects.
|
noexcept |
Const getter for Participant name. Can only be used on lvalue objects.
|
noexcept |
Getter for UserDataQosPolicy. Can only be used on lvalue objects.
|
deletenoexcept |
Deleted const getter for UserDataQosPolicy on rvalue objects.
|
noexcept |
Const getter for UserDataQosPolicy. Can only be used on lvalue objects.
|
noexcept |
Getter for DomainParticipantWireProtocolQosPolicy. Can only be used on lvalue objects.
|
deletenoexcept |
Deleted const getter for DomainParticipantWireProtocolQosPolicy on rvalue objects.
|
noexcept |
Const getter for DomainParticipantWireProtocolQosPolicy. Can only be used on lvalue objects.