Audacity 3.2.0
Public Member Functions | List of all members
internal::ParameterQueuePool::QueueCleanup Class Reference

#include <ParameterQueuePool.h>

Public Member Functions

void operator() (ParameterValueQueue *queue)
 

Detailed Description

Definition at line 35 of file ParameterQueuePool.h.

Member Function Documentation

◆ operator()()

void internal::ParameterQueuePool::QueueCleanup::operator() ( ParameterValueQueue queue)

Definition at line 17 of file ParameterQueuePool.cpp.

18{
19 queue->dispose();
20 queue->release();
21}

References internal::ParameterValueQueue::dispose().

Here is the call graph for this function:

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