Audacity 3.2.0
Public Member Functions | Public Attributes | Friends | List of all members
anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FormatStrings Struct Referencefinal
Collaboration diagram for anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FormatStrings:
[legend]

Public Member Functions

 FormatStrings (const TranslatableString &format={}, const TranslatableString &fraction={})
 

Public Attributes

TranslatableString formatStr
 
TranslatableString fraction
 

Friends

bool operator== (const FormatStrings &x, const FormatStrings &y)
 
bool operator!= (const FormatStrings &x, const FormatStrings &y)
 

Detailed Description

Definition at line 670 of file ParsedNumericConverterFormatter.cpp.

Constructor & Destructor Documentation

◆ FormatStrings()

anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FormatStrings::FormatStrings ( const TranslatableString format = {},
const TranslatableString fraction = {} 
)
inline

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const FormatStrings x,
const FormatStrings y 
)
friend

Definition at line 689 of file ParsedNumericConverterFormatter.cpp.

690 {
691 return !(x == y);
692 }

◆ operator==

bool operator== ( const FormatStrings x,
const FormatStrings y 
)
friend

Definition at line 685 of file ParsedNumericConverterFormatter.cpp.

686 {
687 return x.formatStr == y.formatStr && x.fraction == y.fraction;
688 }

Member Data Documentation

◆ formatStr

TranslatableString anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FormatStrings::formatStr

Definition at line 672 of file ParsedNumericConverterFormatter.cpp.

◆ fraction

TranslatableString anonymous_namespace{ParsedNumericConverterFormatter.cpp}::FormatStrings::fraction

Definition at line 675 of file ParsedNumericConverterFormatter.cpp.


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