|
blocxx
|
#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. More... | |
| bool | waitForWrite |
| Input parameter. Set it to true to indicate that waiting for write availability on s is desired. More... | |
| bool | readAvailable |
| Ouput parameter. Will be set to true to indicate that s has become available for reading. More... | |
| bool | writeAvailable |
| Ouput parameter. Will be set to true to indicate that s has become available for writing. More... | |
| bool | wasError |
| Ouput parameter. Will be set to true to indicate that s has an error. More... | |
Definition at line 119 of file Select.hpp.
|
inline |
Definition at line 121 of file Select.hpp.
| bool BLOCXX_NAMESPACE::Select::SelectObject::readAvailable |
Ouput parameter. Will be set to true to indicate that s has become available for reading.
Definition at line 137 of file Select.hpp.
| Select_t BLOCXX_NAMESPACE::Select::SelectObject::s |
Definition at line 131 of file Select.hpp.
| bool BLOCXX_NAMESPACE::Select::SelectObject::waitForRead |
Input parameter. Set it to true to indicate that waiting for read availability on s is desired.
Definition at line 133 of file Select.hpp.
Referenced by BLOCXX_NAMESPACE::Exec::processInputOutput().
| bool BLOCXX_NAMESPACE::Select::SelectObject::waitForWrite |
Input parameter. Set it to true to indicate that waiting for write availability on s is desired.
Definition at line 135 of file Select.hpp.
Referenced by BLOCXX_NAMESPACE::Exec::processInputOutput().
| bool BLOCXX_NAMESPACE::Select::SelectObject::wasError |
Ouput parameter. Will be set to true to indicate that s has an error.
Definition at line 141 of file Select.hpp.
| bool BLOCXX_NAMESPACE::Select::SelectObject::writeAvailable |
Ouput parameter. Will be set to true to indicate that s has become available for writing.
Definition at line 139 of file Select.hpp.
1.8.18