This is the complete list of members for Catch::StringRef, including all inherited members.
| begin() const | Catch::StringRef | inline |
| compare(StringRef rhs) const | Catch::StringRef | |
| const_iterator typedef | Catch::StringRef | |
| data() const noexcept | Catch::StringRef | inline |
| empty() const noexcept -> bool | Catch::StringRef | inline |
| end() const | Catch::StringRef | inline |
| m_size | Catch::StringRef | private |
| m_start | Catch::StringRef | private |
| npos | Catch::StringRef | static |
| operator std::string() const | Catch::StringRef | inlineexplicit |
| operator!=(StringRef other) const noexcept -> bool | Catch::StringRef | inline |
| operator+(StringRef lhs, StringRef rhs) | Catch::StringRef | friend |
| operator+=(std::string &lhs, StringRef rhs) | Catch::StringRef | friend |
| operator<(StringRef rhs) const noexcept | Catch::StringRef | |
| operator<<(std::ostream &os, StringRef str) | Catch::StringRef | friend |
| operator==(StringRef other) const noexcept -> bool | Catch::StringRef | inline |
| operator[](size_type index) const noexcept -> char | Catch::StringRef | inline |
| s_empty | Catch::StringRef | privatestatic |
| size() const noexcept -> size_type | Catch::StringRef | inline |
| size_type typedef | Catch::StringRef | |
| StringRef() noexcept=default | Catch::StringRef | |
| StringRef(char const *rawChars) noexcept | Catch::StringRef | |
| StringRef(char const *rawChars, size_type size) noexcept | Catch::StringRef | inline |
| StringRef(std::string const &stdString) noexcept | Catch::StringRef | inline |
| substr(size_type start, size_type length) const noexcept | Catch::StringRef | inline |