Audacity  3.0.3
Typedefs | Functions
ProjectFileIORegistry::anonymous_namespace{ProjectFileIORegistry.cpp} Namespace Reference

Typedefs

using TagTable = std::unordered_map< wxString, TagHandlerFactory >
 

Functions

static TagTablesTagTable ()
 

Typedef Documentation

◆ TagTable

using ProjectFileIORegistry::anonymous_namespace{ProjectFileIORegistry.cpp}::TagTable = typedef std::unordered_map< wxString, TagHandlerFactory >

Definition at line 21 of file ProjectFileIORegistry.cpp.

Function Documentation

◆ sTagTable()

static TagTable& ProjectFileIORegistry::anonymous_namespace{ProjectFileIORegistry.cpp}::sTagTable ( )
static

Definition at line 22 of file ProjectFileIORegistry.cpp.

23  {
24  static TagTable theTable;
25  return theTable;
26  }

Referenced by ProjectFileIORegistry::Entry::Entry(), and ProjectFileIORegistry::Lookup().

Here is the caller graph for this function:
ProjectFileIORegistry::anonymous_namespace{ProjectFileIORegistry.cpp}::TagTable
std::unordered_map< wxString, TagHandlerFactory > TagTable
Definition: ProjectFileIORegistry.cpp:21