|
LMMS
|
#include "String.h"Go to the source code of this file.
Classes | |
| class | water::StringRef |
Namespaces | |
| namespace | water |
Functions | |
| bool | water::operator== (const String &s1, StringRef s2) noexcept |
| bool | water::operator!= (const String &s1, StringRef s2) noexcept |
| String | water::operator+ (String s1, StringRef s2) |
| String | water::operator+ (StringRef s1, const String &s2) |
| String | water::operator+ (const char *s1, StringRef s2) |
| String | water::operator+ (StringRef s1, const char *s2) |