Audacity 3.2.0
Functions
anonymous_namespace{NumericConverterFormats.cpp} Namespace Reference

Functions

std::unordered_map< NumericConverterType, NumericFormatSymbol > & GetDefaultSymbols ()
 

Function Documentation

◆ GetDefaultSymbols()

std::unordered_map< NumericConverterType, NumericFormatSymbol > & anonymous_namespace{NumericConverterFormats.cpp}::GetDefaultSymbols ( )

Definition at line 22 of file NumericConverterFormats.cpp.

23{
24 static std::unordered_map<NumericConverterType, NumericFormatSymbol> symbols;
25 return symbols;
26}

Referenced by NumericConverterFormats::Default(), and NumericConverterFormats::DefaultFormatRegistrator::DefaultFormatRegistrator().

Here is the caller graph for this function: