API
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
m_sizeCatch::StringRefprivate
m_startCatch::StringRefprivate
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
s_emptyCatch::StringRefprivatestatic
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