|
libcosmos
Linux C++ System Programming Library
|
A single poll event as returned by wait(). More...
#include <Poller.hxx>
Inheritance diagram for cosmos::Poller::PollEvent:Public Member Functions | |
| FileDescriptor | fd () const |
| The file descriptor this event refers to. | |
| auto | getEvents () const |
Friends | |
| class | Poller |
A single poll event as returned by wait().
Definition at line 100 of file Poller.hxx.
|
inline |
The file descriptor this event refers to.
Definition at line 105 of file Poller.hxx.
|
inline |
Definition at line 107 of file Poller.hxx.
|
friend |
Definition at line 101 of file Poller.hxx.