SNode.C
|
#include <PhysicalSocketClient.h>
Public Types | |
using | Super = net::phy::stream::PhysicalSocket<SocketAddressT> |
using | SocketAddress = SocketAddressT |
Public Types inherited from net::phy::stream::PhysicalSocket< SocketAddressT > | |
enum | SHUT { WR = SHUT_WR , RD = SHUT_RD , RDWR = SHUT_RDWR } |
using | Super = net::phy::PhysicalSocket<SocketAddressT> |
using | SocketAddress = SocketAddressT |
Public Types inherited from net::phy::PhysicalSocket< SocketAddressT > | |
enum | Flags { NONE = 0 , NONBLOCK = SOCK_NONBLOCK , CLOEXIT = SOCK_CLOEXEC } |
Static Public Member Functions | |
static bool | connectInProgress (int cErrno) |
Additional Inherited Members | |
Protected Types inherited from net::phy::PhysicalSocket< SocketAddressT > | |
using | SocketAddress = SocketAddressT |
Protected Member Functions inherited from net::phy::PhysicalSocket< SocketAddressT > | |
PhysicalSocket (int domain, int type, int protocol) | |
PhysicalSocket (PhysicalSocket &&physicalSocket) noexcept=default | |
PhysicalSocket & | operator= (PhysicalSocket &&) noexcept=default |
~PhysicalSocket () override | |
Protected Member Functions inherited from core::Descriptor | |
Descriptor (int fd) | |
Descriptor (Descriptor &&descriptor) noexcept | |
virtual | ~Descriptor () |
Protected Attributes inherited from net::phy::PhysicalSocket< SocketAddressT > | |
SocketAddress | bindAddress |
int | domain = 0 |
int | type = 0 |
int | protocol = 0 |
Definition at line 32 of file PhysicalSocketClient.h.
using net::phy::stream::PhysicalSocketClient< SocketAddressT >::SocketAddress = SocketAddressT |
Definition at line 35 of file PhysicalSocketClient.h.
using net::phy::stream::PhysicalSocketClient< SocketAddressT >::Super = net::phy::stream::PhysicalSocket<SocketAddressT> |
Definition at line 34 of file PhysicalSocketClient.h.
int net::phy::stream::PhysicalSocketClient< SocketAddress >::connect | ( | SocketAddress & | remoteAddress | ) |
Definition at line 33 of file PhysicalSocketClient.hpp.
|
static |
Definition at line 38 of file PhysicalSocketClient.hpp.