SNode.C
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
net::in::phy::PhysicalSocket< PhysicalPeerSocketT > Class Template Reference

#include <PhysicalSocket.h>

Inheritance diagram for net::in::phy::PhysicalSocket< PhysicalPeerSocketT >:
Collaboration diagram for net::in::phy::PhysicalSocket< PhysicalPeerSocketT >:

Public Types

using Super = PhysicalPeerSocketT< net::in::SocketAddress >
 

Public Member Functions

 PhysicalSocket (int type, int protocol)
 
 PhysicalSocket (PhysicalSocket &&) noexcept=default
 
 ~PhysicalSocket () override
 

Detailed Description

template<template< typename SocketAddressT > typename PhysicalPeerSocketT>
class net::in::phy::PhysicalSocket< PhysicalPeerSocketT >

Definition at line 55 of file PhysicalSocket.h.

Member Typedef Documentation

◆ Super

template<template< typename SocketAddressT > typename PhysicalPeerSocketT>
using net::in::phy::PhysicalSocket< PhysicalPeerSocketT >::Super = PhysicalPeerSocketT<net::in::SocketAddress>

Definition at line 57 of file PhysicalSocket.h.

Constructor & Destructor Documentation

◆ PhysicalSocket() [1/2]

template<template< typename SocketAddress > typename PhysicalPeerSocket>
net::in::phy::PhysicalSocket< PhysicalPeerSocket >::PhysicalSocket ( int  type,
int  protocol 
)

Definition at line 51 of file PhysicalSocket.hpp.

52 : Super(PF_INET, type, protocol) {
53 }
PhysicalPeerSocketT< net::in::SocketAddress > Super

◆ PhysicalSocket() [2/2]

template<template< typename SocketAddressT > typename PhysicalPeerSocketT>
net::in::phy::PhysicalSocket< PhysicalPeerSocketT >::PhysicalSocket ( PhysicalSocket< PhysicalPeerSocketT > &&  )
defaultnoexcept

◆ ~PhysicalSocket()

template<template< typename SocketAddress > typename PhysicalPeerSocket>
net::in::phy::PhysicalSocket< PhysicalPeerSocket >::~PhysicalSocket ( )
override

Definition at line 56 of file PhysicalSocket.hpp.

56 {
57 }

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