#include <PollGroupPoll.hxx>
|
| static constexpr unsigned | READ = POLLIN |
| |
| static constexpr unsigned | WRITE = POLLOUT |
| |
| static constexpr unsigned | ERROR = POLLERR |
| |
| static constexpr unsigned | HANGUP = POLLHUP |
| |
Definition at line 32 of file PollGroupPoll.hxx.
| PollGroupPoll::PollGroupPoll |
( |
| ) |
|
| PollGroupPoll::~PollGroupPoll |
( |
| ) |
|
| bool PollGroupPoll::Abandon |
( |
int |
fd | ) |
|
|
inline |
| bool PollGroupPoll::Add |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
| bool PollGroupPoll::Modify |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
| bool PollGroupPoll::Remove |
( |
int |
fd | ) |
|
| constexpr unsigned PollGroupPoll::ERROR = POLLERR |
|
static |
| constexpr unsigned PollGroupPoll::HANGUP = POLLHUP |
|
static |
| constexpr unsigned PollGroupPoll::READ = POLLIN |
|
static |
| constexpr unsigned PollGroupPoll::WRITE = POLLOUT |
|
static |
The documentation for this class was generated from the following file: