openshot-audio  0.1.5
Classes | Macros | Functions
juce_StringRef.h File Reference

Go to the source code of this file.

Classes

class  StringRef
 

Macros

#define JUCE_STRINGREF_H_INCLUDED
 

Functions

JUCE_API bool JUCE_CALLTYPE operator== (const String &string1, StringRef string2) noexcept
 
JUCE_API bool JUCE_CALLTYPE operator!= (const String &string1, StringRef string2) noexcept
 
String operator+ (String s1, StringRef s2)
 

Macro Definition Documentation

◆ JUCE_STRINGREF_H_INCLUDED

#define JUCE_STRINGREF_H_INCLUDED

Function Documentation

◆ operator!=()

JUCE_API bool JUCE_CALLTYPE operator!= ( const String string1,
StringRef  string2 
)
noexcept

Case-sensitive comparison of two strings.

◆ operator+()

String operator+ ( String  s1,
StringRef  s2 
)
inline

◆ operator==()

JUCE_API bool JUCE_CALLTYPE operator== ( const String string1,
StringRef  string2 
)
noexcept

Case-sensitive comparison of two strings.