WvStreams
Public Member Functions | Public Attributes | List of all members
IWvStream::SelectRequest Struct Reference

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)
SelectRequestoperator|= (const SelectRequest &r)

Public Attributes

bool readable
bool writable
bool isexception

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 34 of file iwvstream.h.


The documentation for this struct was generated from the following file: