MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / StringArray

Function StringArray

JuceLibraryCode/modules/juce_core/text/juce_StringArray.h:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 /** Creates an array containing a list of strings. */
51 template <typename... OtherElements>
52 StringArray (StringRef firstValue, OtherElements&&... otherValues)
53 : strings (firstValue, std::forward<OtherElements> (otherValues)...) {}
54
55 /** Creates an array containing a list of strings. */
56 StringArray (const std::initializer_list<const char*>& strings);

Callers 15

createPluginInstanceMethod · 0.85
runTestMethod · 0.85
finishedScanFunction · 0.85
ScanJobClass · 0.85
scanFolderForFontsMethod · 0.85
scanFolderForFontsMethod · 0.85
getAvailableDevicesFunction · 0.85

Calls 3

addArrayFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected