Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
EffectManager::UnsetBatchProcessing Struct Reference

A custom deleter for std::unique_ptr. More...

Public Member Functions

void operator() (EffectManager *p) const
 

Public Attributes

PluginID mID
 

Detailed Description

A custom deleter for std::unique_ptr.

Definition at line 126 of file EffectManager.h.

Member Function Documentation

◆ operator()()

void EffectManager::UnsetBatchProcessing::operator() ( EffectManager p) const
inline

Definition at line 128 of file EffectManager.h.

129 { if(p) p->BatchProcessingOff(mID); }
void BatchProcessingOff(const PluginID &ID)

References EffectManager::BatchProcessingOff().

Here is the call graph for this function:

Member Data Documentation

◆ mID

PluginID EffectManager::UnsetBatchProcessing::mID

Definition at line 127 of file EffectManager.h.


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