#include "StringImpl.h"Go to the source code of this file.
Namespaces | |
| namespace | WebCore |
| namespace | WTF |
Classes | |
| class | WebCore::String |
| Currently, strings are explicitly shared (they behave like pointers), meaning that modifications to one instance will also modify all others. More... | |
| struct | WTF::DefaultHash< WebCore::String > |
Functions | |
| String | WebCore::operator+ (const String &a, const String &b) |
| String | WebCore::operator+ (const String &s, const char *cs) |
| String | WebCore::operator+ (const char *cs, const String &s) |
| String & | WebCore::operator+= (String &a, const String &b) |
| bool | WebCore::operator== (const String &a, const String &b) |
| bool | WebCore::operator== (const String &a, const char *b) |
| bool | WebCore::operator== (const char *a, const String &b) |
| bool | WebCore::operator!= (const String &a, const String &b) |
| bool | WebCore::operator!= (const String &a, const char *b) |
| bool | WebCore::operator!= (const char *a, const String &b) |
| bool | WebCore::equalIgnoringCase (const String &a, const String &b) |
| bool | WebCore::equalIgnoringCase (const String &a, const char *b) |
| bool | WebCore::equalIgnoringCase (const char *a, const String &b) |
| bool | WebCore::operator== (const String &a, const DeprecatedString &b) |
| bool | WebCore::operator== (const DeprecatedString &b, const String &a) |
| bool | WebCore::operator!= (const String &a, const DeprecatedString &b) |
| bool | WebCore::operator!= (const DeprecatedString &b, const String &a) |
| bool | WebCore::operator! (const String &str) |