Go to the documentation of this file.
11 #include <sys/select.h>
39 void zeroWriteFdSet();
45 void registerReadFd(
int fd);
51 void registerWriteFd(
int fd);
57 void clearFromReadFdSet(
int fd);
63 void clearFromWriteFdSet(
int fd);
83 bool isSetInRead(
int fd);
88 bool isSetInWrite(
int fd);
116 fd_set readFdSetSave_;
127 fd_set writeFdSetSave_;
139 #endif // End #ifndef