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

#include <PhysicalSocket.h>

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

Public Types

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

Public Member Functions

 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

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

Definition at line 33 of file PhysicalSocket.h.

Member Typedef Documentation

◆ Super

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

Definition at line 35 of file PhysicalSocket.h.

Constructor & Destructor Documentation

◆ PhysicalSocket() [1/2]

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

Definition at line 30 of file PhysicalSocket.hpp.

31 : Super(SOCK_STREAM, BTPROTO_RFCOMM) {
32 }
net::rc::phy::PhysicalSocket< PhysicalPeerSocketT > Super

◆ PhysicalSocket() [2/2]

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

◆ ~PhysicalSocket()

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

Definition at line 35 of file PhysicalSocket.hpp.

35 {
36 }

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