#include <PhysicalSocketClient.h>
Public Types | |
| using | Super = net::un::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketClient> |
| Public Types inherited from net::un::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketClient > | |
| using | Super |
| Public Types inherited from net::un::phy::PhysicalSocket< PhysicalPeerSocketT > | |
| using | Super = PhysicalPeerSocketT<net::un::SocketAddress> |
Public Member Functions | |
| PhysicalSocketClient (PhysicalSocketClient &&) noexcept=default | |
| ~PhysicalSocketClient () override | |
| Public Member Functions inherited from net::un::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketClient > | |
| PhysicalSocket () | |
| PhysicalSocket (PhysicalSocket &&) noexcept=default | |
| ~PhysicalSocket () override | |
| Public Member Functions inherited from net::un::phy::PhysicalSocket< PhysicalPeerSocketT > | |
| PhysicalSocket (int type, int protocol) | |
| PhysicalSocket (PhysicalSocket &&physicalSocket) noexcept | |
| PhysicalSocket & | operator= (PhysicalSocket &&physicalSocket) noexcept |
| ~PhysicalSocket () override | |
| int | bind (SocketAddress &bindAddress) |
Static Public Member Functions | |
| static bool | connectInProgress (int cErrno) |
Definition at line 56 of file PhysicalSocketClient.h.
| using net::un::phy::stream::PhysicalSocketClient::Super = net::un::phy::stream::PhysicalSocket<net::phy::stream::PhysicalSocketClient> |
Definition at line 58 of file PhysicalSocketClient.h.
|
defaultnoexcept |
|
override |
Definition at line 55 of file PhysicalSocketClient.cpp.
|
static |
Definition at line 58 of file PhysicalSocketClient.cpp.