#include <PollGroupWinSelect.hxx>
|
static constexpr unsigned | READ = 1 |
|
static constexpr unsigned | WRITE = 2 |
|
static constexpr unsigned | ERROR = 0 |
|
static constexpr unsigned | HANGUP = 0 |
|
Definition at line 78 of file PollGroupWinSelect.hxx.
◆ PollGroupWinSelect()
PollGroupWinSelect::PollGroupWinSelect |
( |
| ) |
|
◆ ~PollGroupWinSelect()
PollGroupWinSelect::~PollGroupWinSelect |
( |
| ) |
|
◆ Abandon()
bool PollGroupWinSelect::Abandon |
( |
int |
fd | ) |
|
|
inline |
◆ Add()
bool PollGroupWinSelect::Add |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
◆ Modify()
bool PollGroupWinSelect::Modify |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
◆ ReadEvents()
◆ Remove()
bool PollGroupWinSelect::Remove |
( |
int |
fd | ) |
|
◆ ERROR
constexpr unsigned PollGroupWinSelect::ERROR = 0 |
|
static |
◆ HANGUP
constexpr unsigned PollGroupWinSelect::HANGUP = 0 |
|
static |
◆ READ
constexpr unsigned PollGroupWinSelect::READ = 1 |
|
static |
◆ WRITE
constexpr unsigned PollGroupWinSelect::WRITE = 2 |
|
static |
The documentation for this class was generated from the following file: