SNode.C
Loading...
Searching...
No Matches
net::un::phy::stream::PhysicalSocketClient Class Reference

#include <PhysicalSocketClient.h>

Inheritance diagram for net::un::phy::stream::PhysicalSocketClient:
Collaboration diagram for net::un::phy::stream::PhysicalSocketClient:

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
PhysicalSocketoperator= (PhysicalSocket &&physicalSocket) noexcept
 ~PhysicalSocket () override
int bind (SocketAddress &bindAddress)

Static Public Member Functions

static bool connectInProgress (int cErrno)

Detailed Description

Definition at line 56 of file PhysicalSocketClient.h.

Member Typedef Documentation

◆ Super

Constructor & Destructor Documentation

◆ PhysicalSocketClient()

net::un::phy::stream::PhysicalSocketClient::PhysicalSocketClient ( PhysicalSocketClient && )
defaultnoexcept

◆ ~PhysicalSocketClient()

net::un::phy::stream::PhysicalSocketClient::~PhysicalSocketClient ( )
override

Definition at line 55 of file PhysicalSocketClient.cpp.

55 {
56 }

Member Function Documentation

◆ connectInProgress()

bool net::un::phy::stream::PhysicalSocketClient::connectInProgress ( int cErrno)
static

Definition at line 58 of file PhysicalSocketClient.cpp.

58 {
59 return cErrno == EAGAIN;
60 }

The documentation for this class was generated from the following files: