SNode.C
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
net::rc::phy::stream::PhysicalSocketServer Class Reference

#include <PhysicalSocketServer.h>

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

Public Types

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

Public Member Functions

 PhysicalSocketServer (PhysicalSocketServer &&) noexcept=default
 
 ~PhysicalSocketServer () override
 
- Public Member Functions inherited from net::rc::phy::stream::PhysicalSocket< PhysicalPeerSocketT >
 PhysicalSocket ()
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 
- Public Member Functions inherited from net::rc::phy::PhysicalSocket< PhysicalPeerSocketT >
 PhysicalSocket (int type, int protocol)
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 

Detailed Description

Definition at line 56 of file PhysicalSocketServer.h.

Member Typedef Documentation

◆ Super [1/3]

◆ Super [2/3]

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

Definition at line 57 of file PhysicalSocket.h.

◆ Super [3/3]

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

Definition at line 58 of file PhysicalSocket.h.

Constructor & Destructor Documentation

◆ PhysicalSocketServer()

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

◆ ~PhysicalSocketServer()

net::rc::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: