Audacity 3.2.0
Functions
ParsedNumericConverterFormatter.h File Reference
#include <memory>
#include "NumericConverterType.h"
#include "NumericConverterFormatter.h"
#include "TranslatableString.h"
Include dependency graph for ParsedNumericConverterFormatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

NUMERIC_FORMATS_API std::unique_ptr< NumericConverterFormatterCreateParsedNumericConverterFormatter (const FormatterContext &context, NumericConverterType type, const TranslatableString &format)
 

Function Documentation

◆ CreateParsedNumericConverterFormatter()

NUMERIC_FORMATS_API std::unique_ptr< NumericConverterFormatter > CreateParsedNumericConverterFormatter ( const FormatterContext context,
NumericConverterType  type,
const TranslatableString format 
)

Definition at line 1088 of file ParsedNumericConverterFormatter.cpp.

1091{
1092 return std::make_unique<ParsedNumericConverterFormatter>(type, format, context);
1093}

References anonymous_namespace{ExportPCM.cpp}::format.

Referenced by NumericConverter::ParseFormatString(), and TEST_CASE().

Here is the caller graph for this function: