SNode.C
|
#include <PhysicalSocketClient.h>
Public Types | |
using | Super = net::in6::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketClient> |
![]() | |
using | Super |
![]() | |
using | Super |
![]() | |
using | Super |
using | SocketAddress |
![]() | |
enum | SHUT |
using | Super |
using | SocketAddress |
![]() | |
enum | Flags |
Additional Inherited Members | |
![]() | |
static bool | connectInProgress (int cErrno) |
![]() | |
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 PhysicalSocketClient.h.
using net::in6::phy::stream::PhysicalSocketClient::Super = net::in6::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketClient> |
Definition at line 36 of file PhysicalSocketClient.h.
|
defaultnoexcept |
|
override |
Definition at line 31 of file PhysicalSocketClient.cpp.