Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::StringRef Member List

This is the complete list of members for Catch::StringRef, including all inherited members.

begin() constCatch::StringRefinline
c_str() const -> char const *Catch::StringRef
const_iterator typedefCatch::StringRef
data() const noexcept -> char const *Catch::StringRef
empty() const noexcept -> boolCatch::StringRefinline
end() constCatch::StringRefinline
isNullTerminated() const noexcept -> boolCatch::StringRefinline
operator std::string() constCatch::StringRefinlineexplicit
operator!=(StringRef const &other) const noexcept -> boolCatch::StringRefinline
operator==(StringRef const &other) const noexcept -> boolCatch::StringRef
operator[](size_type index) const noexcept -> charCatch::StringRefinline
size() const noexcept -> size_typeCatch::StringRefinline
size_type typedefCatch::StringRef
StringRef() noexcept=defaultCatch::StringRef
StringRef(char const *rawChars) noexceptCatch::StringRef
StringRef(char const *rawChars, size_type size) noexceptCatch::StringRefinline
StringRef(std::string const &stdString) noexceptCatch::StringRefinline
substr(size_type start, size_type length) const noexcept -> StringRefCatch::StringRef