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