JUCE
Public Member Functions | Public Attributes | List of all members
juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction > Struct Template Reference
Inheritance diagram for juce::LinuxEventLoop::CallbackFunction< FdCallbackFunction >:

Public Member Functions

 CallbackFunction (FdCallbackFunction c)
 
bool operator() (int fd) override
 
- Public Member Functions inherited from juce::LinuxEventLoop::CallbackFunctionBase
virtual ~CallbackFunctionBase ()
 

Public Attributes

FdCallbackFunction callback
 
- Public Attributes inherited from juce::LinuxEventLoop::CallbackFunctionBase
bool active = true
 

Constructor & Destructor Documentation

◆ CallbackFunction()

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ callback

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

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