2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#ifndef NET_UN_PHY_PHYSICALSOCKET_H
21#define NET_UN_PHY_PHYSICALSOCKET_H
23#include "net/phy/PhysicalSocket.h"
24#include "net/un/SocketAddress.h"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
30namespace net::un::phy {
32 template <
template <
typename SocketAddressT>
typename PhysicalPeerSocketT>
35 using Super = PhysicalPeerSocketT<net::un::SocketAddress>;
45 int bind(SocketAddress& bindAddress);
53extern template class net::phy::PhysicalSocket<net::un::SocketAddress>;
PhysicalSocket & operator=(PhysicalSocket &&physicalSocket) noexcept
PhysicalSocket(int type, int protocol)
PhysicalSocket(PhysicalSocket &&physicalSocket) noexcept
~PhysicalSocket() override
int bind(SocketAddress &bindAddress)
PhysicalSocket(PhysicalSocket &&) noexcept=default
~PhysicalSocket() override