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