Catch::StringRef Member List

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

c_str() const -> char const *Catch::StringRef
currentData() const noexcept -> char const *Catch::StringRef
empty() const noexcept -> boolCatch::StringRefinline
numberOfCharacters() const noexcept -> size_typeCatch::StringRef
operator std::string() constCatch::StringRef
operator!=(StringRef const &other) const noexcept -> boolCatch::StringRef
operator=(StringRef const &other) noexcept -> StringRef &Catch::StringRefinline
operator==(StringRef const &other) const noexcept -> boolCatch::StringRef
operator[](size_type index) const noexcept -> charCatch::StringRef
size() const noexcept -> size_typeCatch::StringRefinline
size_type typedefCatch::StringRef
StringRef() noexceptCatch::StringRefinline
StringRef(StringRef const &other) noexceptCatch::StringRefinline
StringRef(StringRef &&other) noexceptCatch::StringRefinline
StringRef(char const *rawChars) noexceptCatch::StringRef
StringRef(char const *rawChars, size_type size) noexceptCatch::StringRefinline
StringRef(std::string const &stdString) noexceptCatch::StringRefinline
StringRefTestAccessCatch::StringReffriend
substr(size_type start, size_type size) const noexcept -> StringRefCatch::StringRef
swap(StringRef &other) noexceptCatch::StringRef
~StringRef() noexceptCatch::StringRefinline