SNode.C
|
#include <PhysicalSocket.h>
Public Types | |
using | Super = net::in6::phy::PhysicalSocket<PhysicalPeerSocketT> |
Public Types inherited from net::in6::phy::PhysicalSocket< PhysicalPeerSocketT > | |
using | Super = PhysicalPeerSocketT<net::in6::SocketAddress> |
Public Member Functions | |
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 33 of file PhysicalSocket.h.
using net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocketT >::Super = net::in6::phy::PhysicalSocket<PhysicalPeerSocketT> |
Definition at line 35 of file PhysicalSocket.h.
net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocket >::PhysicalSocket | ( | ) |
Definition at line 30 of file PhysicalSocket.hpp.
|
defaultnoexcept |
|
override |
Definition at line 35 of file PhysicalSocket.hpp.