|
SNode.C
|
#include <PhysicalSocketServer.h>
Public Types | |
| using | Super = net::l2::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketServer > |
| 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 | |
| PhysicalSocketServer (PhysicalSocketServer &&) noexcept=default | |
| ~PhysicalSocketServer () 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 PhysicalSocketServer.h.
| using net::l2::phy::stream::PhysicalSocketServer::Super = net::l2::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketServer> |
Definition at line 58 of file PhysicalSocketServer.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 PhysicalSocketServer.cpp.