Audacity 3.2.0
Functions
anonymous_namespace{DtmfBase.cpp} Namespace Reference

Functions

wxString AllSymbols ()
 

Function Documentation

◆ AllSymbols()

wxString anonymous_namespace{DtmfBase.cpp}::AllSymbols ( )

Definition at line 16 of file DtmfBase.cpp.

17{
18 wxString symbols;
19 for (unsigned int i = 0; i < DtmfBase::kSymbols.size(); ++i)
20 symbols += DtmfBase::kSymbols[i];
21 return symbols;
22}
static constexpr std::array< char, 6 *7 > kSymbols
Definition: DtmfBase.h:34

References DtmfBase::kSymbols.

Referenced by DtmfBase::Parameters().

Here is the caller graph for this function: