Audacity 3.2.0
Public Member Functions | List of all members
ProjectFileIOExtensionRegistry::Extension Struct Referencefinal

#include <ProjectFileIOExtension.h>

Public Member Functions

 Extension (ProjectFileIOExtension &extension)
 

Detailed Description

Definition at line 80 of file ProjectFileIOExtension.h.

Constructor & Destructor Documentation

◆ Extension()

ProjectFileIOExtensionRegistry::Extension::Extension ( ProjectFileIOExtension extension)
explicit

Definition at line 26 of file ProjectFileIOExtension.cpp.

28{
29 GetExtensions().push_back(&extension);
30}
std::vector< ProjectFileIOExtension * > & GetExtensions()

References anonymous_namespace{CloudProjectFileIOExtensions.cpp}::extension, and anonymous_namespace{ProjectFileIOExtension.cpp}::GetExtensions().

Here is the call graph for this function:

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