Audacity 3.2.0
Classes | Functions
anonymous_namespace{ExportUtils.cpp} Namespace Reference

Classes

struct  ExportHookElement
 

Functions

auto & ExportHooks ()
 

Function Documentation

◆ ExportHooks()

auto & anonymous_namespace{ExportUtils.cpp}::ExportHooks ( )

Definition at line 60 of file ExportUtils.cpp.

61{
62 static std::vector<ExportHookElement> hooks;
63 return hooks;
64}

Referenced by ExportUtils::PerformInteractiveExport(), and ExportUtils::RegisterExportHook().

Here is the caller graph for this function: