Monitor a file descriptor with callback on poll() events.
More...
#include <FDEventMonitor.h>
|
typedef void(* | EventCallback) (int id, int fd, short revents, void *data) |
|
|
void | AddFD (const MonitoredFD &monitoredFD, int &id) |
|
void | AddFDs (const std::vector< MonitoredFD > &monitoredFDs, std::vector< int > &ids) |
|
void | RemoveFD (int id) |
|
void | RemoveFDs (const std::vector< int > &ids) |
|
Monitor a file descriptor with callback on poll() events.
The documentation for this class was generated from the following files: