Audacity 3.2.0
Typedefs
ImportForwards.h File Reference
#include <vector>
#include <memory>
Include dependency graph for ImportForwards.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using ImportPluginList = std::vector< ImportPlugin * >
 
using UnusableImportPluginList = std::vector< std::unique_ptr< UnusableImportPlugin > >
 

Typedef Documentation

◆ ImportPluginList

using ImportPluginList = std::vector< ImportPlugin * >

Definition at line 18 of file ImportForwards.h.

◆ UnusableImportPluginList

using UnusableImportPluginList = std::vector< std::unique_ptr<UnusableImportPlugin> >

Definition at line 20 of file ImportForwards.h.