Audacity 3.2.0
Public Member Functions | List of all members
Importer::RegisteredUnusableImportPlugin Struct Reference

#include <Import.h>

Public Member Functions

 RegisteredUnusableImportPlugin (std::unique_ptr< UnusableImportPlugin >)
 

Detailed Description

Definition at line 101 of file Import.h.

Constructor & Destructor Documentation

◆ RegisteredUnusableImportPlugin()

Importer::RegisteredUnusableImportPlugin::RegisteredUnusableImportPlugin ( std::unique_ptr< UnusableImportPlugin pPlugin)

Definition at line 159 of file Import.cpp.

161{
162 if ( pPlugin )
163 sUnusableImportPluginList().emplace_back( std::move( pPlugin ) );
164}
static UnusableImportPluginList & sUnusableImportPluginList()
Definition: Import.cpp:153

References Importer::sUnusableImportPluginList().

Here is the call graph for this function:

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