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