|
SNode.C
|
#include <PhysicalSocketClient.h>
Public Types | |
| using | Super = net::l2::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketClient > |
| using | Super = net::l2::phy::PhysicalSocket< PhysicalPeerSocketT > |
| using | Super = PhysicalPeerSocketT< net::l2::SocketAddress > |
Public Types inherited from net::l2::phy::stream::PhysicalSocket< PhysicalPeerSocketT > | |
| using | Super = net::l2::phy::PhysicalSocket< PhysicalPeerSocketT > |
| using | Super = PhysicalPeerSocketT< net::l2::SocketAddress > |
Public Types inherited from net::l2::phy::PhysicalSocket< PhysicalPeerSocketT > | |
| using | Super = PhysicalPeerSocketT< net::l2::SocketAddress > |
Public Member Functions | |
| PhysicalSocketClient (PhysicalSocketClient &&) noexcept=default | |
| ~PhysicalSocketClient () override | |
Public Member Functions inherited from net::l2::phy::stream::PhysicalSocket< PhysicalPeerSocketT > | |
| PhysicalSocket () | |
| PhysicalSocket (PhysicalSocket &&) noexcept=default | |
| ~PhysicalSocket () override | |
| int | shutdown (typename Super::SHUT how) |
Public Member Functions inherited from net::l2::phy::PhysicalSocket< PhysicalPeerSocketT > | |
| PhysicalSocket (int type, int protocol) | |
| PhysicalSocket (PhysicalSocket &&) noexcept=default | |
| ~PhysicalSocket () override | |
Definition at line 56 of file PhysicalSocketClient.h.
| using net::l2::phy::stream::PhysicalSocketClient::Super = net::l2::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketClient> |
Definition at line 58 of file PhysicalSocketClient.h.
| using net::l2::phy::stream::PhysicalSocket< PhysicalPeerSocketT >::Super = net::l2::phy::PhysicalSocket<PhysicalPeerSocketT> |
Definition at line 57 of file PhysicalSocket.h.
| using net::l2::phy::PhysicalSocket< PhysicalPeerSocketT >::Super = PhysicalPeerSocketT<net::l2::SocketAddress> |
Definition at line 58 of file PhysicalSocket.h.
|
defaultnoexcept |
|
override |
Definition at line 53 of file PhysicalSocketClient.cpp.