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::SafeActionImpl Class Reference
Inheritance diagram for juce::SafeActionImpl:
juce::InterprocessConnection::SafeAction

Public Member Functions

 SafeActionImpl (InterprocessConnection &p)
 
template<typename Fn >
void ifSafe (Fn &&fn)
 
void setSafe (bool s)
 
bool isSafe ()
 

Detailed Description

Definition at line 35 of file juce_InterprocessConnection.cpp.

Constructor & Destructor Documentation

◆ SafeActionImpl()

juce::SafeActionImpl::SafeActionImpl ( InterprocessConnection p)
explicit

Definition at line 38 of file juce_InterprocessConnection.cpp.

Member Function Documentation

◆ ifSafe()

template<typename Fn >
void juce::SafeActionImpl::ifSafe ( Fn &&  fn)

Definition at line 42 of file juce_InterprocessConnection.cpp.

◆ isSafe()

bool juce::SafeActionImpl::isSafe ( )

Definition at line 56 of file juce_InterprocessConnection.cpp.

◆ setSafe()

void juce::SafeActionImpl::setSafe ( bool  s)

Definition at line 50 of file juce_InterprocessConnection.cpp.


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