Audacity 3.2.0
Namespaces | Functions | Variables
CloudExportersRegistry.cpp File Reference
#include "CloudExportersRegistry.h"
#include <unordered_map>
#include "CloudExporterPlugin.h"
Include dependency graph for CloudExportersRegistry.cpp:

Go to the source code of this file.

Namespaces

namespace  cloud
 
namespace  cloud::anonymous_namespace{CloudExportersRegistry.cpp}
 

Functions

bool cloud::RegisterCloudExporter (MimeType mimeType, CloudExporterPluginFactory factory)
 Registers a factory for a specific mime type. More...
 
std::unique_ptr< cloud::CloudExporterPlugincloud::CreatePreferredExporter (const MimeTypesList &mimeTypes, const AudacityProject &project)
 

Variables

std::unordered_map< MimeType, CloudExporterPluginFactory > cloud::anonymous_namespace{CloudExportersRegistry.cpp}::Exporters