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