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

#include <PhysicalSocketClient.h>

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

Public Types

using Super = net::l2::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketClient >
 
using Super = net::l2::phy::PhysicalSocket< PhysicalPeerSocketT >
 
using Super = PhysicalPeerSocketT< net::l2::SocketAddress >
 
- Public Types inherited from net::l2::phy::stream::PhysicalSocket< PhysicalPeerSocketT >
using Super = net::l2::phy::PhysicalSocket< PhysicalPeerSocketT >
 
using Super = PhysicalPeerSocketT< net::l2::SocketAddress >
 
- Public Types inherited from net::l2::phy::PhysicalSocket< PhysicalPeerSocketT >
using Super = PhysicalPeerSocketT< net::l2::SocketAddress >
 

Public Member Functions

 PhysicalSocketClient (PhysicalSocketClient &&) noexcept=default
 
 ~PhysicalSocketClient () override
 
- Public Member Functions inherited from net::l2::phy::stream::PhysicalSocket< PhysicalPeerSocketT >
 PhysicalSocket ()
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 
int shutdown (typename Super::SHUT how)
 
- Public Member Functions inherited from net::l2::phy::PhysicalSocket< PhysicalPeerSocketT >
 PhysicalSocket (int type, int protocol)
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 

Detailed Description

Definition at line 56 of file PhysicalSocketClient.h.

Member Typedef Documentation

◆ Super [1/3]

◆ Super [2/3]

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

Definition at line 57 of file PhysicalSocket.h.

◆ Super [3/3]

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

Definition at line 58 of file PhysicalSocket.h.

Constructor & Destructor Documentation

◆ PhysicalSocketClient()

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

◆ ~PhysicalSocketClient()

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

Definition at line 53 of file PhysicalSocketClient.cpp.

53 {
54 }

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