|
SNode.C
|
#include <PhysicalSocket.h>
Public Types | |
| using | Super = PhysicalPeerSocketT< net::rc::SocketAddress > |
Public Member Functions | |
| PhysicalSocket (int type, int protocol) | |
| PhysicalSocket (PhysicalSocket &&) noexcept=default | |
| ~PhysicalSocket () override | |
Definition at line 55 of file PhysicalSocket.h.
| using net::rc::phy::PhysicalSocket< PhysicalPeerSocketT >::Super = PhysicalPeerSocketT<net::rc::SocketAddress> |
Definition at line 57 of file PhysicalSocket.h.
| net::rc::phy::PhysicalSocket< PhysicalPeerSocket >::PhysicalSocket | ( | int | type, |
| int | protocol | ||
| ) |
Definition at line 51 of file PhysicalSocket.hpp.
|
defaultnoexcept |
|
override |
Definition at line 56 of file PhysicalSocket.hpp.