SNode.C
Loading...
Searching...
No Matches
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 33 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 35 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 29 of file PhysicalSocket.hpp.

30 : Super(PF_INET, type, protocol) {
31 }
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 34 of file PhysicalSocket.hpp.

34 {
35 }

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