WvStreams
Public Attributes | List of all members
IWvStream::SelectInfo Struct Reference

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
 

Detailed Description

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

Definition at line 50 of file iwvstream.h.

Member Data Documentation

◆ read

fd_set IWvStream::SelectInfo::read

Definition at line 51 of file iwvstream.h.

◆ write

fd_set IWvStream::SelectInfo::write

Definition at line 51 of file iwvstream.h.

◆ except

fd_set IWvStream::SelectInfo::except

Definition at line 51 of file iwvstream.h.

◆ wants

SelectRequest IWvStream::SelectInfo::wants

Definition at line 52 of file iwvstream.h.

◆ max_fd

int IWvStream::SelectInfo::max_fd

Definition at line 53 of file iwvstream.h.

◆ msec_timeout

time_t IWvStream::SelectInfo::msec_timeout

Definition at line 54 of file iwvstream.h.

◆ inherit_request

bool IWvStream::SelectInfo::inherit_request

Definition at line 55 of file iwvstream.h.

◆ global_sure

bool IWvStream::SelectInfo::global_sure

Definition at line 56 of file iwvstream.h.


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