Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

WvStream::SelectInfo Struct Reference

#include <wvstream.h>

List of all members.

Public Attributes

fd_set read
fd_set write
fd_set except
SelectRequest wants
int max_fd
time_t msec_timeout
bool inherit_request


Detailed Description

the data structure used by pre_select()/post_select() and internally by select().

Definition at line 217 of file include/wvstream.h.


Member Data Documentation

fd_set WvStream::SelectInfo::except
 

Definition at line 218 of file streams/wvstream.h.

Referenced by WvStream::_select(), WvStream::post_select(), and WvStream::pre_select().

bool WvStream::SelectInfo::inherit_request
 

Definition at line 222 of file streams/wvstream.h.

Referenced by WvStream::_select().

int WvStream::SelectInfo::max_fd
 

Definition at line 220 of file streams/wvstream.h.

Referenced by WvStream::_select(), and WvStream::pre_select().

time_t WvStream::SelectInfo::msec_timeout
 

Definition at line 221 of file streams/wvstream.h.

Referenced by WvStream::_select(), and WvStream::pre_select().

fd_set WvStream::SelectInfo::read
 

Definition at line 218 of file streams/wvstream.h.

Referenced by WvStream::_select(), WvStream::post_select(), and WvStream::pre_select().

SelectRequest WvStream::SelectInfo::wants
 

Definition at line 219 of file streams/wvstream.h.

Referenced by WvStream::_select(), WvStream::post_select(), and WvStream::pre_select().

fd_set WvStream::SelectInfo::write
 

Definition at line 218 of file streams/wvstream.h.

Referenced by WvStream::_select(), WvStream::post_select(), and WvStream::pre_select().


The documentation for this struct was generated from the following files:
Generated on Sun Aug 25 12:43:06 2002 for WvStreams by doxygen1.2.15