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 debian/libwvstreams-dev/usr/include/wvstreams/iwvstream.h.
◆ SelectRequest() [1/4]
IWvStream::SelectRequest::SelectRequest |
( |
| ) |
|
|
inline |
◆ SelectRequest() [2/4]
IWvStream::SelectRequest::SelectRequest |
( |
bool |
r, |
|
|
bool |
w, |
|
|
bool |
x = false |
|
) |
| |
|
inline |
◆ SelectRequest() [3/4]
IWvStream::SelectRequest::SelectRequest |
( |
| ) |
|
|
inline |
◆ SelectRequest() [4/4]
IWvStream::SelectRequest::SelectRequest |
( |
bool |
r, |
|
|
bool |
w, |
|
|
bool |
x = false |
|
) |
| |
|
inline |
◆ operator|=() [1/2]
◆ operator|=() [2/2]
◆ 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 files: