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

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

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