SNode.C
Loading...
Searching...
No Matches
net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocketT > Class Template Reference

#include <PhysicalSocket.h>

Inheritance diagram for net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocketT >:
Collaboration diagram for net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocketT >:

Public Types

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

Public Member Functions

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

Detailed Description

template<template< typename SocketAddressT > typename PhysicalPeerSocketT>
class net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocketT >

Definition at line 55 of file PhysicalSocket.h.

Member Typedef Documentation

◆ Super [1/2]

template<template< typename SocketAddressT > typename PhysicalPeerSocketT>
using net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocketT >::Super = net::in6::phy::PhysicalSocket<PhysicalPeerSocketT>

Definition at line 57 of file PhysicalSocket.h.

◆ Super [2/2]

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

Definition at line 57 of file PhysicalSocket.h.

Constructor & Destructor Documentation

◆ PhysicalSocket() [1/2]

template<template< typename SocketAddress > typename PhysicalPeerSocket>
net::in6::phy::stream::PhysicalSocket< PhysicalPeerSocket >::PhysicalSocket ( )

Definition at line 52 of file PhysicalSocket.hpp.

53 : Super(SOCK_STREAM, IPPROTO_TCP) {
54 }
net::in6::phy::PhysicalSocket< PhysicalPeerSocketT > Super

◆ PhysicalSocket() [2/2]

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

◆ ~PhysicalSocket()

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

Definition at line 57 of file PhysicalSocket.hpp.

57 {
58 }

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