JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::dsp::Queue< Element > Class Template Reference

Public Member Functions

 Queue (int size)
 
bool push (Element &element) noexcept
 
template<typename Fn >
void pop (Fn &&fn)
 
template<typename Fn >
void popAll (Fn &&fn)
 
bool hasPendingMessages () const noexcept
 

Detailed Description

template<typename Element>
class juce::dsp::Queue< Element >

Definition at line 30 of file juce_Convolution.cpp.

Constructor & Destructor Documentation

◆ Queue()

template<typename Element >
juce::dsp::Queue< Element >::Queue ( int  size)
explicit

Definition at line 33 of file juce_Convolution.cpp.

Member Function Documentation

◆ hasPendingMessages()

template<typename Element >
bool juce::dsp::Queue< Element >::hasPendingMessages ( ) const
noexcept

Definition at line 57 of file juce_Convolution.cpp.

◆ pop()

template<typename Element >
template<typename Fn >
void juce::dsp::Queue< Element >::pop ( Fn &&  fn)

Definition at line 52 of file juce_Convolution.cpp.

◆ popAll()

template<typename Element >
template<typename Fn >
void juce::dsp::Queue< Element >::popAll ( Fn &&  fn)

Definition at line 55 of file juce_Convolution.cpp.

◆ push()

template<typename Element >
bool juce::dsp::Queue< Element >::push ( Element &  element)
noexcept

Definition at line 36 of file juce_Convolution.cpp.


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