Audacity 3.2.0
Public Attributes | Friends | List of all members
anonymous_namespace{ParsedNumericConverterFormatter.cpp}::BuiltinFormatString Struct Reference

struct to hold a formatting control string and its user facing name Used in an array to hold the built-in time formats that are always available to the user More...

Collaboration diagram for anonymous_namespace{ParsedNumericConverterFormatter.cpp}::BuiltinFormatString:
[legend]

Public Attributes

NumericFormatSymbol name
 
FormatStrings formatStrings
 

Friends

bool operator== (const BuiltinFormatString &a, const BuiltinFormatString &b)
 

Detailed Description

struct to hold a formatting control string and its user facing name Used in an array to hold the built-in time formats that are always available to the user

Definition at line 697 of file ParsedNumericConverterFormatter.cpp.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const BuiltinFormatString a,
const BuiltinFormatString b 
)
friend

Definition at line 703 of file ParsedNumericConverterFormatter.cpp.

704 {
705 return a.name == b.name;
706 }

Member Data Documentation

◆ formatStrings

FormatStrings anonymous_namespace{ParsedNumericConverterFormatter.cpp}::BuiltinFormatString::formatStrings

Definition at line 700 of file ParsedNumericConverterFormatter.cpp.

◆ name

NumericFormatSymbol anonymous_namespace{ParsedNumericConverterFormatter.cpp}::BuiltinFormatString::name

Definition at line 699 of file ParsedNumericConverterFormatter.cpp.


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