SNode.C
|
#include <PhysicalSocketServer.h>
Public Types | |
using | Super = net::l2::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketServer> |
![]() | |
using | Super |
![]() | |
using | Super |
![]() | |
using | Super |
using | SocketAddress |
![]() | |
enum | SHUT |
using | Super |
using | SocketAddress |
![]() | |
enum | Flags |
Additional Inherited Members | |
![]() | |
using | SocketAddress |
![]() | |
PhysicalSocket (int domain, int type, int protocol) | |
PhysicalSocket (PhysicalSocket &&physicalSocket) noexcept=default | |
PhysicalSocket & | operator= (PhysicalSocket &&) noexcept=default |
~PhysicalSocket () override | |
![]() | |
Descriptor (int fd) | |
Descriptor (Descriptor &&descriptor) noexcept | |
virtual | ~Descriptor () |
![]() | |
SocketAddress | bindAddress |
int | domain |
int | type |
int | protocol |
Definition at line 34 of file PhysicalSocketServer.h.
using net::l2::phy::stream::PhysicalSocketServer::Super = net::l2::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketServer> |
Definition at line 36 of file PhysicalSocketServer.h.
|
defaultnoexcept |
|
override |
Definition at line 31 of file PhysicalSocketServer.cpp.