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 >
 
using Super = net::un::phy::PhysicalSocket< PhysicalPeerSocketT >
 
using Super = PhysicalPeerSocketT< net::un::SocketAddress >
 
- Public Types inherited from net::un::phy::stream::PhysicalSocket< PhysicalPeerSocketT >
using Super = net::un::phy::PhysicalSocket< PhysicalPeerSocketT >
 
using Super = PhysicalPeerSocketT< net::un::SocketAddress >
 
- 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< PhysicalPeerSocketT >
 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 [1/3]

◆ Super [2/3]

using net::un::phy::stream::PhysicalSocket< PhysicalPeerSocketT >::Super = net::un::phy::PhysicalSocket<PhysicalPeerSocketT>

Definition at line 57 of file PhysicalSocket.h.

◆ Super [3/3]

using net::un::phy::PhysicalSocket< PhysicalPeerSocketT >::Super = PhysicalPeerSocketT<net::un::SocketAddress>

Definition at line 58 of file PhysicalSocket.h.

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: