This is the complete list of members for StringRef, including all inherited members.
begin() const | StringRef | |
c_str() const -> char const * | StringRef | |
const_iterator typedef | StringRef | |
data() const noexcept -> char const * | StringRef | |
empty() const noexcept -> bool | StringRef | |
end() const | StringRef | |
isNullTerminated() const noexcept -> bool | StringRef | |
operator std::string() const | StringRef | explicit |
operator!=(StringRef const &other) const noexcept -> bool | StringRef | |
operator==(StringRef const &other) const noexcept -> bool | StringRef | |
operator[](size_type index) const noexcept -> char | StringRef | |
size() const noexcept -> size_type | StringRef | |
size_type typedef | StringRef | |
StringRef() noexcept=default | StringRef | |
StringRef(char const *rawChars) noexcept | StringRef | |
StringRef(char const *rawChars, size_type size) noexcept | StringRef | |
StringRef(std::string const &stdString) noexcept | StringRef | |
substr(size_type start, size_type length) const noexcept -> StringRef | StringRef |