IWvStream::SelectRequest Struct Reference
#include <iwvstream.h>
List of all members.
Detailed Description
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 32 of file 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 |
The documentation for this struct was generated from the following file: