ESA JPIP server
0.1
|
#include <vector>
#include <poll.h>
#include <algorithm>
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. | |