MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / StringArray

Function StringArray

JUCE/modules/juce_core/text/juce_StringArray.h:52–52  ·  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) : strings (firstValue, otherValues...) {}
53
54 /** Creates an array containing a list of strings. */
55 StringArray (const std::initializer_list<const char*>& strings);

Callers 15

getMenuBarNamesMethod · 0.85
MultiMidiAlertMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
getMenuBarNamesMethod · 0.85
ParamValueQueueListClass · 0.85

Calls 3

addArrayFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected