libtasks Documentation  1.6
socket.h File Reference
#include <string>
#include <exception>
#include <memory>
#include <cerrno>
#include <sys/types.h>
#include <sys/socket.h>
#include <tasks/io_base.h>
#include <tasks/tasks_exception.h>
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tasks::net::socket
 The socket class. More...
 

Namespaces

 tasks
 
 tasks::net
 

Macros

#define SEND_RECV_FLAGS   0
 

Enumerations

enum  tasks::net::socket_type { tasks::net::socket_type::TCP, tasks::net::socket_type::UDP }
 

Macro Definition Documentation

#define SEND_RECV_FLAGS   0

Definition at line 24 of file socket.h.