#include <misc.hh>
Inheritance diagram for SelectSocketMultiplex:
Public Member Functions | |
void | addReaders (svect_t &readers) |
Add a group of Sockets that the caller wants to read from. | |
void | addWriters (svect_t &readers) |
Add a group of Sockets that the caller wants to write to. | |
void | addErrors (svect_t &readers) |
Add a group of Sockets that the caller wants to receive error notifications of. | |
void | addReader (Socket *s) |
Add a Socket the caller wants to read from. | |
void | addWriter (Socket *s) |
Add a Socket the caller wants to write to. | |
void | addError (Socket *s) |
Add a Socket the caller wants to be notified about errors of. | |
void | run (svect_t &readers, svect_t &writers, svect_t &errors) |
Definition at line 34 of file misc.hh.
|
Wait for activity on the Socket classes registered Wait for activity on the Socket classes registered
Implements SocketMultiplex. |