WvStreams
|
the data structure used by pre_select()/post_select() and internally by select(). More...
#include <iwvstream.h>
Public Attributes | |
fd_set | read |
fd_set | write |
fd_set | except |
SelectRequest | wants |
int | max_fd |
time_t | msec_timeout |
bool | inherit_request |
bool | global_sure |
the data structure used by pre_select()/post_select() and internally by select().
Definition at line 50 of file iwvstream.h.
fd_set IWvStream::SelectInfo::read |
Definition at line 51 of file iwvstream.h.
fd_set IWvStream::SelectInfo::write |
Definition at line 51 of file iwvstream.h.
fd_set IWvStream::SelectInfo::except |
Definition at line 51 of file iwvstream.h.
SelectRequest IWvStream::SelectInfo::wants |
Definition at line 52 of file iwvstream.h.
int IWvStream::SelectInfo::max_fd |
Definition at line 53 of file iwvstream.h.
time_t IWvStream::SelectInfo::msec_timeout |
Definition at line 54 of file iwvstream.h.
bool IWvStream::SelectInfo::inherit_request |
Definition at line 55 of file iwvstream.h.
bool IWvStream::SelectInfo::global_sure |
Definition at line 56 of file iwvstream.h.