Audacity 3.2.0
Functions | Variables
Journal::anonymous_namespace{JournalRegistry.cpp} Namespace Reference

Functions

static DictionarysDictionary ()
 

Variables

bool sError = false
 

Function Documentation

◆ sDictionary()

static Dictionary & Journal::anonymous_namespace{JournalRegistry.cpp}::sDictionary ( )
static

Definition at line 22 of file JournalRegistry.cpp.

23{
24 static Dictionary theDictionary;
25 return theDictionary;
26}
std::unordered_map< wxString, Journal::Dispatcher > Dictionary

Referenced by Journal::GetDictionary(), and Journal::RegisteredCommand::RegisteredCommand().

Here is the caller graph for this function:

Variable Documentation

◆ sError

bool Journal::anonymous_namespace{JournalRegistry.cpp}::sError = false

Definition at line 20 of file JournalRegistry.cpp.

Referenced by Journal::GetError(), and Journal::SetError().