This is the complete list of members for juce::CharPointer_ASCII, including all inherited members.
canRepresent(juce_wchar character) noexcept | juce::CharPointer_ASCII | inlinestatic |
CharPointer_ASCII(const CharType *rawPointer) noexcept | juce::CharPointer_ASCII | inlineexplicit |
CharPointer_ASCII(const CharPointer_ASCII &other)=default | juce::CharPointer_ASCII | inline |
CharType typedef | juce::CharPointer_ASCII | |
compare(const CharPointer other) const noexcept | juce::CharPointer_ASCII | inline |
compare(const CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
compareIgnoreCase(const CharPointer other) const | juce::CharPointer_ASCII | inline |
compareIgnoreCase(const CharPointer_ASCII other) const | juce::CharPointer_ASCII | inline |
compareIgnoreCaseUpTo(const CharPointer other, const int maxChars) const noexcept | juce::CharPointer_ASCII | inline |
compareUpTo(const CharPointer other, const int maxChars) const noexcept | juce::CharPointer_ASCII | inline |
compareUpTo(const CharPointer_ASCII other, const int maxChars) const noexcept | juce::CharPointer_ASCII | inline |
data | juce::CharPointer_ASCII | private |
findEndOfWhitespace() const noexcept | juce::CharPointer_ASCII | inline |
findTerminatingNull() const noexcept | juce::CharPointer_ASCII | inline |
getAddress() const noexcept | juce::CharPointer_ASCII | inline |
getAndAdvance() noexcept | juce::CharPointer_ASCII | inline |
getBytesRequiredFor(const juce_wchar) noexcept | juce::CharPointer_ASCII | inlinestatic |
getBytesRequiredFor(const CharPointer text) noexcept | juce::CharPointer_ASCII | inlinestatic |
getDoubleValue() const noexcept | juce::CharPointer_ASCII | inline |
getIntValue32() const noexcept | juce::CharPointer_ASCII | inline |
getIntValue64() const noexcept | juce::CharPointer_ASCII | inline |
incrementToEndOfWhitespace() noexcept | juce::CharPointer_ASCII | inline |
indexOf(const CharPointer stringToFind) const noexcept | juce::CharPointer_ASCII | inline |
indexOf(const juce_wchar charToFind) const noexcept | juce::CharPointer_ASCII | inline |
indexOf(const juce_wchar charToFind, const bool ignoreCase) const noexcept | juce::CharPointer_ASCII | inline |
isDigit() const | juce::CharPointer_ASCII | inline |
isEmpty() const noexcept | juce::CharPointer_ASCII | inline |
isLetter() const | juce::CharPointer_ASCII | inline |
isLetterOrDigit() const | juce::CharPointer_ASCII | inline |
isLowerCase() const | juce::CharPointer_ASCII | inline |
isNotEmpty() const noexcept | juce::CharPointer_ASCII | inline |
isUpperCase() const | juce::CharPointer_ASCII | inline |
isValidString(const CharType *dataToTest, int maxBytesToRead) | juce::CharPointer_ASCII | inlinestatic |
isWhitespace() const | juce::CharPointer_ASCII | inline |
length() const noexcept | juce::CharPointer_ASCII | inline |
lengthUpTo(const size_t maxCharsToCount) const noexcept | juce::CharPointer_ASCII | inline |
lengthUpTo(const CharPointer_ASCII end) const noexcept | juce::CharPointer_ASCII | inline |
operator const CharType *() const noexcept | juce::CharPointer_ASCII | inline |
operator!=(CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
operator*() const noexcept | juce::CharPointer_ASCII | inline |
operator+(const int numToSkip) const noexcept | juce::CharPointer_ASCII | inline |
operator++() noexcept | juce::CharPointer_ASCII | inline |
operator++(int) noexcept | juce::CharPointer_ASCII | inline |
operator+=(const int numToSkip) noexcept | juce::CharPointer_ASCII | inline |
operator-(const int numToSkip) const noexcept | juce::CharPointer_ASCII | inline |
operator--() noexcept | juce::CharPointer_ASCII | inline |
operator-=(const int numToSkip) noexcept | juce::CharPointer_ASCII | inline |
operator<(CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
operator<=(CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
operator=(const CharPointer_ASCII other) noexcept | juce::CharPointer_ASCII | inline |
operator=(const CharType *text) noexcept | juce::CharPointer_ASCII | inline |
operator==(CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
operator>(CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
operator>=(CharPointer_ASCII other) const noexcept | juce::CharPointer_ASCII | inline |
operator[](const int characterIndex) const noexcept | juce::CharPointer_ASCII | inline |
replaceChar(const juce_wchar newChar) noexcept | juce::CharPointer_ASCII | inline |
sizeInBytes() const noexcept | juce::CharPointer_ASCII | inline |
toLowerCase() const noexcept | juce::CharPointer_ASCII | inline |
toUpperCase() const noexcept | juce::CharPointer_ASCII | inline |
write(const juce_wchar charToWrite) noexcept | juce::CharPointer_ASCII | inline |
writeAll(const CharPointer src) noexcept | juce::CharPointer_ASCII | inline |
writeNull() const noexcept | juce::CharPointer_ASCII | inline |
writeWithCharLimit(const CharPointer src, const int maxChars) noexcept | juce::CharPointer_ASCII | inline |
writeWithDestByteLimit(const CharPointer src, const size_t maxDestBytes) noexcept | juce::CharPointer_ASCII | inline |