|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::StringRef |
| A simple class for holding temporary references to a string literal or String. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. | |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. | |
| JUCE_API bool JUCE_CALLTYPE | juce::operator< (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. | |
| JUCE_API bool JUCE_CALLTYPE | juce::operator<= (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. | |
| JUCE_API bool JUCE_CALLTYPE | juce::operator> (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. | |
| JUCE_API bool JUCE_CALLTYPE | juce::operator>= (const String &string1, StringRef string2) noexcept |
| Case-sensitive comparison of two strings. | |
| String | juce::operator+ (String s1, StringRef s2) |
| String | juce::operator+ (StringRef s1, const String &s2) |
| String | juce::operator+ (const char *s1, StringRef s2) |
| String | juce::operator+ (StringRef s1, const char *s2) |