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 97 of file Import.h.

Constructor & Destructor Documentation

◆ RegisteredUnusableImportPlugin()

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

Definition at line 125 of file Import.cpp.

127{
128 if ( pPlugin )
129 sUnusableImportPluginList().emplace_back( std::move( pPlugin ) );
130}
static UnusableImportPluginList & sUnusableImportPluginList()
Definition: Import.cpp:119

References Importer::sUnusableImportPluginList().

Here is the call graph for this function:

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