|
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (const char *s1, const String &s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (const wchar_t *s1, const String &s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (char s1, const String &s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (wchar_t s1, const String &s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const String &s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const char *s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const wchar_t *s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const std::string &s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, char s2) |
| JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, wchar_t s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, char s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, juce_wchar s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const char *s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const wchar_t *s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const String &s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, StringRef s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const std::string &s2) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, uint8 number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, short number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, int number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, long number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, unsigned long number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, int64 number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, uint64 number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, float number) |
| JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, double number) |
| String &JUCE_CALLTYPE | juce::operator<< (String &, bool)=delete |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const String &s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const char *s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const wchar_t *s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF8 s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF16 s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF32 s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const String &s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const char *s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const wchar_t *s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF8 s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF16 s2) noexcept |
| JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF32 s2) noexcept |
| template<class traits> |
| std::basic_ostream< char, traits > &JUCE_CALLTYPE | juce::operator<< (std::basic_ostream< char, traits > &stream, const String &stringToWrite) |
| template<class traits> |
| std::basic_ostream< wchar_t, traits > &JUCE_CALLTYPE | juce::operator<< (std::basic_ostream< wchar_t, traits > &stream, const String &stringToWrite) |
| JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const String &text) |
| JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, StringRef text) |