|
EasySockets v2.0.0
A simple, cross platform socket library for C++.
|
This is the complete list of members for es::WindowsSocket, including all inherited members.
| accept_connection() | es::WindowsSocket | |
| bind_to(const EndPoint &end_point) | es::WindowsSocket | |
| connect_to(const EndPoint &end_point) | es::WindowsSocket | |
| listen_for_connections(int backlog) | es::WindowsSocket | |
| operator=(const WindowsSocket &)=delete | es::WindowsSocket | |
| operator=(WindowsSocket &&other) noexcept | es::WindowsSocket | |
| receive_data(char *buffer, int buffer_size) | es::WindowsSocket | |
| receive_data_from(char *buffer, int buffer_size, EndPoint &sender_end_point) | es::WindowsSocket | |
| send_data(const char *buffer, int buffer_size) | es::WindowsSocket | |
| send_data_to(const char *buffer, int buffer_size, const EndPoint &end_point) | es::WindowsSocket | |
| WindowsSocket(IpVersion ip_version, Protocol protocol) | es::WindowsSocket | |
| WindowsSocket(const WindowsSocket &)=delete | es::WindowsSocket | |
| WindowsSocket(WindowsSocket &&other) noexcept | es::WindowsSocket | |
| ~WindowsSocket() | es::WindowsSocket |