AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
UnixEventFd Class Reference

File-descriptor object to trigger select/poll/epoll/kqueue. More...

#include <AUI/Platform/unix/UnixEventFd.h>

Public Member Functions

void set () noexcept
 
void reset () noexcept
 
int handle () noexcept
 
- Public Member Functions inherited from aui::noncopyable
 noncopyable (const noncopyable &)=delete
 
noncopyableoperator= (const noncopyable &)=delete
 

Detailed Description

File-descriptor object to trigger select/poll/epoll/kqueue.

On Linux implemented with eventfd. On FreeBSD/Apple implemented with pipes.


The documentation for this class was generated from the following files:
Inheritance diagram for UnixEventFd:
Collaboration diagram for UnixEventFd: