libBsdSockets
C++ Wrapper classes to the BSD Socket API
BsdSockets::SelectResult Class Reference

Result of Socket::select() indicating the result status. More...

#include <Socket.h>

Public Member Functions

 SelectResult (bool theCheckedRead, bool theCheckedWrite, bool theCheckedError, bool theReadyToRead, bool theReadyToWrite, bool theReadyWithError)
 

Public Attributes

const bool checkedRead
 
const bool checkedWrite
 
const bool checkedError
 
const bool readyToRead
 
const bool readyToWrite
 
const bool readyWithError
 
const bool ready
 

Detailed Description

Result of Socket::select() indicating the result status.

Definition at line 32 of file Socket.h.

Constructor & Destructor Documentation

◆ SelectResult()

BsdSockets::SelectResult::SelectResult ( bool  theCheckedRead,
bool  theCheckedWrite,
bool  theCheckedError,
bool  theReadyToRead,
bool  theReadyToWrite,
bool  theReadyWithError 
)
inline

Definition at line 44 of file Socket.h.

Member Data Documentation

◆ checkedError

const bool BsdSockets::SelectResult::checkedError

Definition at line 36 of file Socket.h.

◆ checkedRead

const bool BsdSockets::SelectResult::checkedRead

Definition at line 34 of file Socket.h.

◆ checkedWrite

const bool BsdSockets::SelectResult::checkedWrite

Definition at line 35 of file Socket.h.

◆ ready

const bool BsdSockets::SelectResult::ready

Definition at line 42 of file Socket.h.

◆ readyToRead

const bool BsdSockets::SelectResult::readyToRead

Definition at line 38 of file Socket.h.

◆ readyToWrite

const bool BsdSockets::SelectResult::readyToWrite

Definition at line 39 of file Socket.h.

◆ readyWithError

const bool BsdSockets::SelectResult::readyWithError

Definition at line 40 of file Socket.h.


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