JUCE  v5.1.1-3-g1a0b28c73
JUCE API
CharPointer_ASCII Member List

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

canRepresent(juce_wchar character) noexceptCharPointer_ASCIIinlinestatic
CharPointer_ASCII(const CharType *rawPointer) noexceptCharPointer_ASCIIinlineexplicit
CharPointer_ASCII(const CharPointer_ASCII &other) noexceptCharPointer_ASCIIinline
CharType typedefCharPointer_ASCII
compare(const CharPointer other) const noexceptCharPointer_ASCIIinline
compare(const CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
compareIgnoreCase(const CharPointer other) constCharPointer_ASCIIinline
compareIgnoreCase(const CharPointer_ASCII other) constCharPointer_ASCIIinline
compareIgnoreCaseUpTo(const CharPointer other, const int maxChars) const noexceptCharPointer_ASCIIinline
compareUpTo(const CharPointer other, const int maxChars) const noexceptCharPointer_ASCIIinline
compareUpTo(const CharPointer_ASCII other, const int maxChars) const noexceptCharPointer_ASCIIinline
dataCharPointer_ASCIIprivate
findEndOfWhitespace() const noexceptCharPointer_ASCIIinline
findTerminatingNull() const noexceptCharPointer_ASCIIinline
getAddress() const noexceptCharPointer_ASCIIinline
getAndAdvance() noexceptCharPointer_ASCIIinline
getBytesRequiredFor(const juce_wchar) noexceptCharPointer_ASCIIinlinestatic
getBytesRequiredFor(const CharPointer text) noexceptCharPointer_ASCIIinlinestatic
getDoubleValue() const noexceptCharPointer_ASCIIinline
getIntValue32() const noexceptCharPointer_ASCIIinline
getIntValue64() const noexceptCharPointer_ASCIIinline
indexOf(const CharPointer stringToFind) const noexceptCharPointer_ASCIIinline
indexOf(const juce_wchar charToFind) const noexceptCharPointer_ASCIIinline
indexOf(const juce_wchar charToFind, const bool ignoreCase) const noexceptCharPointer_ASCIIinline
isDigit() constCharPointer_ASCIIinline
isEmpty() const noexceptCharPointer_ASCIIinline
isLetter() constCharPointer_ASCIIinline
isLetterOrDigit() constCharPointer_ASCIIinline
isLowerCase() constCharPointer_ASCIIinline
isNotEmpty() const noexceptCharPointer_ASCIIinline
isUpperCase() constCharPointer_ASCIIinline
isValidString(const CharType *dataToTest, int maxBytesToRead)CharPointer_ASCIIinlinestatic
isWhitespace() constCharPointer_ASCIIinline
length() const noexceptCharPointer_ASCIIinline
lengthUpTo(const size_t maxCharsToCount) const noexceptCharPointer_ASCIIinline
lengthUpTo(const CharPointer_ASCII end) const noexceptCharPointer_ASCIIinline
operator const CharType *() const noexceptCharPointer_ASCIIinline
operator!=(CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
operator*() const noexceptCharPointer_ASCIIinline
operator+(const int numToSkip) const noexceptCharPointer_ASCIIinline
operator++() noexceptCharPointer_ASCIIinline
operator++(int) noexceptCharPointer_ASCIIinline
operator+=(const int numToSkip) noexceptCharPointer_ASCIIinline
operator-(const int numToSkip) const noexceptCharPointer_ASCIIinline
operator--() noexceptCharPointer_ASCIIinline
operator-=(const int numToSkip) noexceptCharPointer_ASCIIinline
operator<(CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
operator<=(CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
operator=(const CharPointer_ASCII other) noexceptCharPointer_ASCIIinline
operator=(const CharType *text) noexceptCharPointer_ASCIIinline
operator==(CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
operator>(CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
operator>=(CharPointer_ASCII other) const noexceptCharPointer_ASCIIinline
operator[](const int characterIndex) const noexceptCharPointer_ASCIIinline
replaceChar(const juce_wchar newChar) noexceptCharPointer_ASCIIinline
sizeInBytes() const noexceptCharPointer_ASCIIinline
toLowerCase() const noexceptCharPointer_ASCIIinline
toUpperCase() const noexceptCharPointer_ASCIIinline
write(const juce_wchar charToWrite) noexceptCharPointer_ASCIIinline
writeAll(const CharPointer src) noexceptCharPointer_ASCIIinline
writeNull() const noexceptCharPointer_ASCIIinline
writeWithCharLimit(const CharPointer src, const int maxChars) noexceptCharPointer_ASCIIinline
writeWithDestByteLimit(const CharPointer src, const size_t maxDestBytes) noexceptCharPointer_ASCIIinline