|
libBsdSockets
C++ Wrapper classes to the BSD Socket API
|
Result of Socket::select() indicating the result status. More...
#include <Socket.h>
Public Member Functions | |
| SelectResult (bool theCheckedRead, bool theCheckedWrite, bool theCheckedError, bool theReadyToRead, bool theReadyToWrite, bool theReadyWithError) | |
Public Attributes | |
| const bool | checkedRead |
| const bool | checkedWrite |
| const bool | checkedError |
| const bool | readyToRead |
| const bool | readyToWrite |
| const bool | readyWithError |
| const bool | ready |
Result of Socket::select() indicating the result status.
|
inline |