Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
Stringifyable Struct Referencefinal

Public Member Functions

bool operator== (const Stringifyable &other) const
 

Public Attributes

long value
 

Detailed Description

Definition at line 33 of file SettingsTestsCommon.cpp.

Member Function Documentation

◆ operator==()

bool Stringifyable::operator== ( const Stringifyable other) const
inline

Definition at line 37 of file SettingsTestsCommon.cpp.

38 {
39 return value == other.value;
40 }

References value.

Member Data Documentation

◆ value

long Stringifyable::value

Definition at line 35 of file SettingsTestsCommon.cpp.

Referenced by operator==(), wxFromString(), and wxToString().


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