#include <PollGroupEPoll.hxx>
|
static constexpr unsigned | READ = EPOLLIN |
|
static constexpr unsigned | WRITE = EPOLLOUT |
|
static constexpr unsigned | ERROR = EPOLLERR |
|
static constexpr unsigned | HANGUP = EPOLLHUP |
|
Definition at line 52 of file PollGroupEPoll.hxx.
PollGroupEPoll::PollGroupEPoll |
( |
| ) |
|
|
default |
bool PollGroupEPoll::Add |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
|
inline |
bool PollGroupEPoll::Modify |
( |
int |
fd, |
|
|
unsigned |
events, |
|
|
void * |
obj |
|
) |
| |
|
inline |
void PollGroupEPoll::ReadEvents |
( |
PollResultEPoll & |
result, |
|
|
int |
timeout_ms |
|
) |
| |
|
inline |
bool PollGroupEPoll::Remove |
( |
int |
fd | ) |
|
|
inline |
constexpr unsigned PollGroupEPoll::ERROR = EPOLLERR |
|
static |
constexpr unsigned PollGroupEPoll::HANGUP = EPOLLHUP |
|
static |
constexpr unsigned PollGroupEPoll::READ = EPOLLIN |
|
static |
constexpr unsigned PollGroupEPoll::WRITE = EPOLLOUT |
|
static |
The documentation for this class was generated from the following file: