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

#include <PhysicalSocketServer.h>

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

Public Types

using Super = net::un::phy::stream::PhysicalSocket< net::phy::stream::PhysicalSocketServer >
 
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

 PhysicalSocketServer (PhysicalSocketServer &&) noexcept=default
 
 ~PhysicalSocketServer () 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)
 

Detailed Description

Definition at line 56 of file PhysicalSocketServer.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

◆ PhysicalSocketServer()

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

◆ ~PhysicalSocketServer()

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

Definition at line 53 of file PhysicalSocketServer.cpp.

53 {
54 }

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