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