Audacity 3.2.0
Public Member Functions | List of all members
AudioIOExt::RegisteredFactory Struct Reference

Typically statically constructed. More...

#include <AudioIOExt.h>

Public Member Functions

 RegisteredFactory (Factory factory)
 
 ~RegisteredFactory ()
 

Detailed Description

Typically statically constructed.

Definition at line 37 of file AudioIOExt.h.

Constructor & Destructor Documentation

◆ RegisteredFactory()

AudioIOExt::RegisteredFactory::RegisteredFactory ( Factory  factory)
explicit

Definition at line 21 of file AudioIOExt.cpp.

22{
23 GetFactories().push_back( move(factory) );
24}
static RegisteredToolbarFactory factory
static Factories & GetFactories()
Definition: AudioIOExt.cpp:15

References factory, and AudioIOExt::GetFactories().

Here is the call graph for this function:

◆ ~RegisteredFactory()

AudioIOExt::RegisteredFactory::~RegisteredFactory ( )

Definition at line 26 of file AudioIOExt.cpp.

27{
28 GetFactories().pop_back();
29}

References AudioIOExt::GetFactories().

Here is the call graph for this function:

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