OpenCBDC Transaction Processor
|
Generic superclass for network sockets. More...
#include <socket.hpp>
Public Member Functions | |
socket (const socket &)=delete | |
auto | operator= (const socket &) -> socket &=delete |
socket (socket &&)=delete | |
auto | operator= (socket &&) -> socket &=delete |
virtual | ~socket ()=default |
Friends | |
class | tcp_socket |
class | tcp_listener |
class | socket_selector |
Generic superclass for network sockets.
Provides a socket file descriptor and utility methods for configuring UNIX network sockets. Implementations must derive from this class; it cannot be used directly.
Definition at line 30 of file socket.hpp.
|
delete |
|
delete |
|
virtualdefault |
|
friend |
Definition at line 47 of file socket.hpp.
|
friend |
Definition at line 46 of file socket.hpp.
|
friend |
Definition at line 45 of file socket.hpp.