#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()
PollGroupPoll::~PollGroupPoll |
( |
| ) |
|
◆ Abandon()
bool PollGroupPoll::Abandon |
( |
int |
fd | ) |
|
|
inline |
◆ Add()
bool PollGroupPoll::Add |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
◆ Modify()
bool PollGroupPoll::Modify |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
◆ ReadEvents()
◆ Remove()
bool PollGroupPoll::Remove |
( |
int |
fd | ) |
|
◆ ERROR
constexpr unsigned PollGroupPoll::ERROR = POLLERR |
|
static |
◆ HANGUP
constexpr unsigned PollGroupPoll::HANGUP = POLLHUP |
|
static |
◆ READ
constexpr unsigned PollGroupPoll::READ = POLLIN |
|
static |
◆ WRITE
constexpr unsigned PollGroupPoll::WRITE = POLLOUT |
|
static |
The documentation for this class was generated from the following file: