ESA JPIP server  0.1
poll_table.h File Reference
#include <vector>
#include <poll.h>
#include <algorithm>
Include dependency graph for poll_table.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  net::PollFD
 Wrapper structure for the structure pollfd used by the kernel poll functions. More...
 
class  net::PollTable
 This class allows to perfom polls easily over a vector of descriptors. More...
 

Namespaces

 net
 Contains classes to easy the utilization of sockets, specially implemented for UNIX systems.