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