2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef NET_UN_PHY_STREAM_PHYSICALSOCKETCLIENT_H
21#define NET_UN_PHY_STREAM_PHYSICALSOCKETCLIENT_H
23#include "net/phy/stream/PhysicalSocketClient.h"
24#include "net/un/phy/stream/PhysicalSocket.h"
28#ifndef DOXYGEN_SHOULD_SKIP_THIS
32namespace net::un::phy::
stream {
48extern template class net::phy::stream::PhysicalSocketClient<net::un::SocketAddress>;
49extern template class net::un::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketClient>;
50extern template class net::un::phy::PhysicalSocket<net::phy::stream::PhysicalSocketClient>;
~PhysicalSocketClient() override
PhysicalSocketClient(PhysicalSocketClient &&) noexcept=default
static bool connectInProgress(int cErrno)