A SelectRequest is a convenient way to remember what we want to do to a particular stream: read from it, write to it, or check for exceptions.
More...
#include <iwvstream.h>
A SelectRequest is a convenient way to remember what we want to do to a particular stream: read from it, write to it, or check for exceptions.
Definition at line 34 of file iwvstream.h.
◆ SelectRequest() [1/2]
IWvStream::SelectRequest::SelectRequest |
( |
| ) |
|
|
inline |
◆ SelectRequest() [2/2]
IWvStream::SelectRequest::SelectRequest |
( |
bool |
r, |
|
|
bool |
w, |
|
|
bool |
x = false |
|
) |
| |
|
inline |
◆ operator|=()
◆ readable
bool IWvStream::SelectRequest::readable |
◆ writable
bool IWvStream::SelectRequest::writable |
◆ isexception
bool IWvStream::SelectRequest::isexception |
The documentation for this struct was generated from the following file: