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