JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction > Struct Template Reference

#include <juce_linux_EventLoop.h>

Inheritance diagram for juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction >:
Collaboration diagram for juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction >:

Public Member Functions

 CallbackFunction (FdCallbackFunction c)
 
bool operator() (int fd) override
 

Public Attributes

bool active = true
 
FdCallbackFunction callback
 

Constructor & Destructor Documentation

◆ CallbackFunction()

template<typename FdCallbackFunction >
juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction >::CallbackFunction ( FdCallbackFunction< FdCallbackFunction >  c)
inline

Member Function Documentation

◆ operator()()

template<typename FdCallbackFunction >
bool juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction >::operator() ( int  fd)
inlineoverridevirtual

Member Data Documentation

◆ active

bool juce::LinuxEventLoop::CallbackFunctionBase::active = true
inherited

◆ callback

template<typename FdCallbackFunction >
FdCallbackFunction juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction >::callback

The documentation for this struct was generated from the following file: