LMMS
Loading...
Searching...
No Matches
water::String Member List

This is the complete list of members for water::String, including all inherited members.

append(const String &textToAppend, size_t maxCharsToTake)water::String
appendCharPointer(const CharPointer_UTF8 startOfTextToAppend, const CharPointer_UTF8 endOfTextToAppend)water::String
appendCharPointer(const CharPointer startOfTextToAppend, const CharPointer endOfTextToAppend)water::Stringinline
appendCharPointer(const CharPointer_UTF8 textToAppend)water::String
appendCharPointer(const CharPointer textToAppend, size_t maxCharsToTake)water::Stringinline
appendCharPointer(const CharPointer textToAppend)water::Stringinline
charToString(water_uchar character)water::Stringstatic
clear() noexceptwater::String
compare(const String &other) const noexceptwater::String
compare(const char *other) const noexceptwater::String
compareIgnoreCase(const String &other) const noexceptwater::String
compareNatural(StringRef other, bool isCaseSensitive=false) const noexceptwater::String
contains(StringRef text) const noexceptwater::String
containsAnyOf(StringRef charactersItMightContain) const noexceptwater::String
containsChar(water_uchar character) const noexceptwater::String
containsIgnoreCase(StringRef text) const noexceptwater::String
containsNonWhitespaceChars() const noexceptwater::String
containsOnly(StringRef charactersItMightContain) const noexceptwater::String
containsWholeWord(StringRef wordToLookFor) const noexceptwater::String
containsWholeWordIgnoreCase(StringRef wordToLookFor) const noexceptwater::String
copyToUTF8(CharPointer_UTF8::CharType *destBuffer, size_t maxBufferSizeBytes) const noexceptwater::String
createStringFromData(const void *data, int size)water::Stringstatic
dropLastCharacters(int numberToDrop) constwater::String
endsWith(StringRef text) const noexceptwater::String
endsWithChar(water_uchar character) const noexceptwater::String
endsWithIgnoreCase(StringRef text) const noexceptwater::String
equalsIgnoreCase(const String &other) const noexceptwater::String
equalsIgnoreCase(StringRef other) const noexceptwater::String
equalsIgnoreCase(const char *other) const noexceptwater::String
formatted(const String formatString,...)water::Stringstatic
fromFirstOccurrenceOf(StringRef substringToStartFrom, bool includeSubStringInResult, bool ignoreCase) constwater::String
fromLastOccurrenceOf(StringRef substringToFind, bool includeSubStringInResult, bool ignoreCase) constwater::String
fromUTF8(const char *utf8buffer, int bufferSizeBytes=-1)water::Stringstatic
getByteOffsetOfEnd() const noexceptwater::Stringprivate
getCharPointer() const noexceptwater::Stringinline
getDoubleValue() const noexceptwater::String
getFloatValue() const noexceptwater::String
getHexValue32() const noexceptwater::String
getHexValue64() const noexceptwater::String
getIntValue() const noexceptwater::String
getLargeIntValue() const noexceptwater::String
getLastCharacter() const noexceptwater::String
getLastCharacters(int numCharacters) constwater::String
getNumBytesAsUTF8() const noexceptwater::String
getReferenceCount() const noexceptwater::String
getTrailingIntValue() const noexceptwater::String
hash() const noexceptwater::String
hashCode() const noexceptwater::String
hashCode64() const noexceptwater::String
indexOf(StringRef textToLookFor) const noexceptwater::String
indexOf(int startIndex, StringRef textToLookFor) const noexceptwater::String
indexOfAnyOf(StringRef charactersToLookFor, int startIndex=0, bool ignoreCase=false) const noexceptwater::String
indexOfChar(water_uchar characterToLookFor) const noexceptwater::String
indexOfChar(int startIndex, water_uchar characterToLookFor) const noexceptwater::String
indexOfIgnoreCase(StringRef textToLookFor) const noexceptwater::String
indexOfIgnoreCase(int startIndex, StringRef textToLookFor) const noexceptwater::String
indexOfWholeWord(StringRef wordToLookFor) const noexceptwater::String
indexOfWholeWordIgnoreCase(StringRef wordToLookFor) const noexceptwater::String
initialSectionContainingOnly(StringRef permittedCharacters) constwater::String
initialSectionNotContaining(StringRef charactersToStopAt) constwater::String
isEmpty() const noexceptwater::Stringinline
isNotEmpty() const noexceptwater::Stringinline
isQuotedString() constwater::String
lastIndexOf(StringRef textToLookFor) const noexceptwater::String
lastIndexOfAnyOf(StringRef charactersToLookFor, bool ignoreCase=false) const noexceptwater::String
lastIndexOfChar(water_uchar character) const noexceptwater::String
lastIndexOfIgnoreCase(StringRef textToLookFor) const noexceptwater::String
length() const noexceptwater::String
matchesWildcard(StringRef wildcard, bool ignoreCase) const noexceptwater::String
operator+=(const String &stringToAppend)water::String
operator+=(const char *textToAppend)water::String
operator+=(StringRef textToAppend)water::String
operator+=(int numberToAppend)water::String
operator+=(long numberToAppend)water::String
operator+=(int64 numberToAppend)water::String
operator+=(uint64 numberToAppend)water::String
operator+=(char characterToAppend)water::String
operator+=(water_uchar characterToAppend)water::String
operator=(const String &other) noexceptwater::String
operator[](int index) const noexceptwater::String
paddedLeft(water_uchar padCharacter, int minimumLength) constwater::String
paddedRight(water_uchar padCharacter, int minimumLength) constwater::String
preallocateBytes(size_t numBytesNeeded)water::String
quoted(water_uchar quoteCharacter='"') const water::String
removeCharacters(StringRef charactersToRemove) constwater::String
repeatedString(StringRef stringToRepeat, int numberOfTimesToRepeat)water::Stringstatic
replace(StringRef stringToReplace, StringRef stringToInsertInstead, bool ignoreCase=false) constwater::String
replaceCharacter(water_uchar characterToReplace, water_uchar characterToInsertInstead) constwater::String
replaceCharacters(StringRef charactersToReplace, StringRef charactersToInsertInstead) constwater::String
replaceSection(int startIndex, int numCharactersToReplace, StringRef stringToInsert) constwater::String
retainCharacters(StringRef charactersToRetain) constwater::String
startsWith(StringRef text) const noexceptwater::String
startsWithChar(water_uchar character) const noexceptwater::String
startsWithIgnoreCase(StringRef text) const noexceptwater::String
String() noexceptwater::String
String(const String &other) noexceptwater::String
String(const char *text)water::String
String(const char *text, size_t maxChars)water::String
String(const CharPointer_UTF8 text)water::String
String(const CharPointer_UTF8 text, size_t maxChars)water::String
String(const CharPointer_UTF8 start, const CharPointer_UTF8 end)water::String
String(const std::string &)water::String
String(StringRef)water::String
String(int decimalInteger)water::Stringexplicit
String(unsigned int decimalInteger)water::Stringexplicit
String(short decimalInteger)water::Stringexplicit
String(unsigned short decimalInteger)water::Stringexplicit
String(int64 largeIntegerValue)water::Stringexplicit
String(uint64 largeIntegerValue)water::Stringexplicit
String(long decimalInteger)water::Stringexplicit
String(unsigned long decimalInteger)water::Stringexplicit
String(float floatValue)water::Stringexplicit
String(double doubleValue)water::Stringexplicit
String(float floatValue, int numberOfDecimalPlaces)water::String
String(double doubleValue, int numberOfDecimalPlaces)water::String
String(const PreallocationBytes &)water::Stringexplicitprivate
substring(int startIndex, int endIndex) constwater::String
substring(int startIndex) constwater::String
swapWith(String &other) noexceptwater::String
textwater::Stringprivate
toHexString(int number)water::Stringstatic
toHexString(int64 number)water::Stringstatic
toHexString(short number)water::Stringstatic
toHexString(const void *data, int size, int groupSize=1)water::Stringstatic
toLowerCase() constwater::String
toRawUTF8() constwater::String
toStdString() constwater::String
toUpperCase() constwater::String
toUTF8() constwater::String
trim() constwater::String
trimCharactersAtEnd(StringRef charactersToTrim) constwater::String
trimCharactersAtStart(StringRef charactersToTrim) constwater::String
trimEnd() constwater::String
trimStart() constwater::String
unquoted() constwater::String
upToFirstOccurrenceOf(StringRef substringToEndWith, bool includeSubStringInResult, bool ignoreCase) constwater::String
upToLastOccurrenceOf(StringRef substringToFind, bool includeSubStringInResult, bool ignoreCase) constwater::String
~String() noexceptwater::String