#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 |
( |
| ) |
|
| bool PollGroupWinSelect::Abandon |
( |
int |
fd | ) |
|
|
inline |
| bool PollGroupWinSelect::Add |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
| bool PollGroupWinSelect::Modify |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
| bool PollGroupWinSelect::Remove |
( |
int |
fd | ) |
|
| constexpr unsigned PollGroupWinSelect::ERROR = 0 |
|
static |
| constexpr unsigned PollGroupWinSelect::HANGUP = 0 |
|
static |
| constexpr unsigned PollGroupWinSelect::READ = 1 |
|
static |
| constexpr unsigned PollGroupWinSelect::WRITE = 2 |
|
static |
The documentation for this class was generated from the following file: