SNode.C
|
#include <PhysicalSocket.h>
Public Types | |
enum | SHUT { WR = SHUT_WR , RD = SHUT_RD , RDWR = SHUT_RDWR } |
using | Super = net::phy::PhysicalSocket<SocketAddressT> |
using | SocketAddress = SocketAddressT |
![]() | |
enum | Flags { NONE = 0 , NONBLOCK = SOCK_NONBLOCK , CLOEXIT = SOCK_CLOEXEC } |
Additional Inherited Members | |
![]() | |
using | SocketAddress = SocketAddressT |
![]() | |
PhysicalSocket (int domain, int type, int protocol) | |
PhysicalSocket (PhysicalSocket &&physicalSocket) noexcept=default | |
PhysicalSocket & | operator= (PhysicalSocket &&) noexcept=default |
~PhysicalSocket () override | |
![]() | |
Descriptor (int fd) | |
Descriptor (Descriptor &&descriptor) noexcept | |
virtual | ~Descriptor () |
![]() | |
SocketAddress | bindAddress |
int | domain = 0 |
int | type = 0 |
int | protocol = 0 |
Definition at line 32 of file PhysicalSocket.h.
using net::phy::stream::PhysicalSocket< SocketAddressT >::SocketAddress = SocketAddressT |
Definition at line 35 of file PhysicalSocket.h.
using net::phy::stream::PhysicalSocket< SocketAddressT >::Super = net::phy::PhysicalSocket<SocketAddressT> |
Definition at line 34 of file PhysicalSocket.h.
enum net::phy::stream::PhysicalSocket::SHUT |
int net::phy::stream::PhysicalSocket< SocketAddress >::shutdown | ( | SHUT | how | ) |
Definition at line 29 of file PhysicalSocket.hpp.