|
iceoryx2
C++ Language Bindings
|
The system-wide unique id of a [Notifier].
More...
#include <unique_port_id.hpp>
Public Member Functions | |
| UniqueNotifierId (const UniqueNotifierId &)=delete | |
| UniqueNotifierId (UniqueNotifierId &&rhs) noexcept | |
| auto | operator= (const UniqueNotifierId &rhs) -> UniqueNotifierId &=delete |
| auto | operator= (UniqueNotifierId &&rhs) noexcept -> UniqueNotifierId & |
| ~UniqueNotifierId () | |
| auto | bytes () const -> const bb::Optional< RawIdType > & |
Friends | |
| template<ServiceType > | |
| class | Notifier |
| class | NotifierDetailsView |
| auto | operator== (const UniqueNotifierId &, const UniqueNotifierId &) -> bool |
| auto | operator< (const UniqueNotifierId &, const UniqueNotifierId &) -> bool |
The system-wide unique id of a [Notifier].
Definition at line 77 of file unique_port_id.hpp.
|
delete |
|
noexcept |
| iox2::UniqueNotifierId::~UniqueNotifierId | ( | ) |
| auto iox2::UniqueNotifierId::bytes | ( | ) | const -> const bb::Optional< RawIdType > & |
|
delete |
|
noexcept |
|
friend |
Definition at line 89 of file unique_port_id.hpp.
|
friend |
Definition at line 92 of file unique_port_id.hpp.
|
friend |
|
friend |