|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator> (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator< (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator>= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator<= (const String &s1, const String &s2) noexcept |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const char *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const wchar_t *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const char s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const wchar_t s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const char *const s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const wchar_t *s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const char s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const juce_wchar s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const char s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const char *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const wchar_t *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const String &s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const int number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const short number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const long number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const int64 number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const float number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const double number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const uint64 number) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | operator<< (OutputStream &stream, const String &text) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | operator<< (OutputStream &stream, StringRef text) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &string1, const NewLine &) |
|