|
WvStreams
|
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>
Public Member Functions | |
| SelectRequest (bool r, bool w, bool x=false) | |
| SelectRequest & | operator|= (const SelectRequest &r) |
Public Attributes | |
| bool | readable |
| bool | writable |
| bool | isexception |
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.
1.8.12