|
| | StaticDomainParticipant (DomainId domain_id, const DomainParticipantQos &qos, DomainParticipantListener *listener, const StatusMask &mask, protocol::IMessageSink &sink, discovery::ILocatorObserver &locator_processor) noexcept |
| | StaticDomainParticipant constructor. More...
|
| |
| | StaticDomainParticipant (DomainId domain_id, const DomainParticipantQos &qos, DomainParticipantListener *listener, const StatusMask &mask, protocol::IMessageSink &sink, discovery::ILocatorObserver &locator_processor, ILocalParticipantObserver &local_participant_observer) noexcept |
| | StaticDomainParticipant constructor with local participant observer. More...
|
| |
| virtual | ~StaticDomainParticipant () noexcept=default |
| | Virtual destructor. More...
|
| |
| | StaticDomainParticipant (const StaticDomainParticipant &) noexcept=delete |
| | Copy deleted. More...
|
| |
| | StaticDomainParticipant (StaticDomainParticipant &&) noexcept=delete |
| | Movement deleted. More...
|
| |
| StaticDomainParticipant & | operator= (const StaticDomainParticipant &) noexcept=delete |
| | Copy operator deleted. More...
|
| |
| StaticDomainParticipant & | operator= (StaticDomainParticipant &&) noexcept=delete |
| | Movement operator deleted due private references. More...
|
| |
template<uint32_t MaxRemoteParticipants, uint32_t MaxLocalReaders, uint32_t MaxRemoteReaders, uint32_t MaxLocalWriters, uint32_t MaxRemoteWriters, uint32_t MaxLocalTopics>
class eprosima::safedds::dds::StaticDomainParticipant< MaxRemoteParticipants, MaxLocalReaders, MaxRemoteReaders, MaxLocalWriters, MaxRemoteWriters, MaxLocalTopics >
DomainParticipant that provides static memory to BaseDomainParticipant.