#include <Select.hpp>
Public Member Functions | |
| SelectObject (Select_t s_) | |
Public Attributes | |
| Select_t | s |
| bool | waitForRead |
| Input parameter. Set it to true to indicate that waiting for read availability on s is desired. | |
| bool | waitForWrite |
| Input parameter. Set it to true to indicate that waiting for write availability on s is desired. | |
| bool | readAvailable |
| Ouput parameter. Will be set to true to indicate that s has become available for reading. | |
| bool | writeAvailable |
| Ouput parameter. Will be set to true to indicate that s has become available for writing. | |
| bool | wasError |
| Ouput parameter. Will be set to true to indicate that s has an error. | |
Definition at line 88 of file Select.hpp.
|
|
Definition at line 90 of file Select.hpp. |
|
|
Ouput parameter. Will be set to true to indicate that s has become available for reading.
Definition at line 106 of file Select.hpp. |
|
|
Definition at line 100 of file Select.hpp. |
|
|
Input parameter. Set it to true to indicate that waiting for read availability on s is desired.
Definition at line 102 of file Select.hpp. Referenced by BLOCXX_NAMESPACE::SocketUtils::waitForIO(). |
|
|
Input parameter. Set it to true to indicate that waiting for write availability on s is desired.
Definition at line 104 of file Select.hpp. Referenced by BLOCXX_NAMESPACE::SocketUtils::waitForIO(). |
|
|
Ouput parameter. Will be set to true to indicate that s has an error.
Definition at line 110 of file Select.hpp. |
|
|
Ouput parameter. Will be set to true to indicate that s has become available for writing.
Definition at line 108 of file Select.hpp. |
1.4.6