MCPcopy Create free account
hub / github.com/audacity/audacity / ToString

Function ToString

libraries/lib-wx-init/Journal.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75std::string ToString(const wxString& str)
76{
77 return str.ToStdString();
78}
79
80template<typename T>
81std::string ToString(const T& arg)

Callers 12

LogFunction · 0.70
ExportMethod · 0.50
WriteAttrMethod · 0.50
ProcessMethod · 0.50
GetClipBoundariesFunction · 0.50
ProcessOneMethod · 0.50
PasteMethod · 0.50
HandleXMLEndTagMethod · 0.50
WriteXMLMethod · 0.50
SendMethod · 0.50
ToStringMethod · 0.50
RoundValueFunction · 0.50

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected