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