|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | juce::StartEndString |
Namespaces | |
| namespace | juce |
Functions | |
| static int | juce::compareStrings (const String &s1, const String &s2) noexcept |
| static int | juce::compareStrings (CharPointer_UTF8 s1, const String &s2) noexcept |
| static int | juce::compareStrings (const StartEndString &string1, const String &string2) noexcept |
| template<typename NewStringType> | |
| static String | juce::addPooledString (Array< String > &strings, const NewStringType &newString) |
Variables | |
| static const int | juce::minNumberOfStringsForGarbageCollection = 300 |
| static const uint32 | juce::garbageCollectionInterval = 30000 |