Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Functions
juce-linux.hh File Reference

Go to the source code of this file.

Functions

void juce::LinuxEventLoop::registerFdCallback (int fd, std::function< void(int)> func, short evmask=1)
 Register event loop callback for fd events, uses <poll.h> constants.
 
void juce::LinuxEventLoop::unregisterFdCallback (int fd)
 Unregister fd and its callback.
 

Function Documentation

◆ registerFdCallback()

void juce::LinuxEventLoop::registerFdCallback ( int  fd,
std::function< void(int)>  func,
short  evmask 
)

Register event loop callback for fd events, uses <poll.h> constants.

Definition at line 102 of file juce-linux.cc.

References juce::LinuxEventLoop::registerFdCallback().

Referenced by juce::LinuxEventLoop::registerFdCallback().

◆ unregisterFdCallback()

void juce::LinuxEventLoop::unregisterFdCallback ( int  fd)

Unregister fd and its callback.

Definition at line 109 of file juce-linux.cc.

References juce::LinuxEventLoop::unregisterFdCallback().

Referenced by juce::LinuxEventLoop::unregisterFdCallback().