This is the complete list of members for Catch::StringRef, including all inherited members.
| c_str() const -> char const * (defined in Catch::StringRef) | Catch::StringRef | |
| currentData() const noexcept-> char const * (defined in Catch::StringRef) | Catch::StringRef | |
| empty() const noexcept-> bool (defined in Catch::StringRef) | Catch::StringRef | inline |
| isOwned() const noexcept-> bool (defined in Catch::StringRef) | Catch::StringRef | private |
| isSubstring() const noexcept-> bool (defined in Catch::StringRef) | Catch::StringRef | private |
| m_data (defined in Catch::StringRef) | Catch::StringRef | private |
| m_size (defined in Catch::StringRef) | Catch::StringRef | private |
| m_start (defined in Catch::StringRef) | Catch::StringRef | private |
| numberOfCharacters() const noexcept-> size_type (defined in Catch::StringRef) | Catch::StringRef | |
| operator std::string() const (defined in Catch::StringRef) | Catch::StringRef | |
| operator!=(StringRef const &other) const noexcept-> bool (defined in Catch::StringRef) | Catch::StringRef | |
| operator=(StringRef const &other) noexcept-> StringRef & (defined in Catch::StringRef) | Catch::StringRef | inline |
| operator==(StringRef const &other) const noexcept-> bool (defined in Catch::StringRef) | Catch::StringRef | |
| operator[](size_type index) const noexcept-> char (defined in Catch::StringRef) | Catch::StringRef | |
| s_empty (defined in Catch::StringRef) | Catch::StringRef | privatestatic |
| size() const noexcept-> size_type (defined in Catch::StringRef) | Catch::StringRef | inline |
| size_type typedef (defined in Catch::StringRef) | Catch::StringRef | |
| StringRef() noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
| StringRef(StringRef const &other) noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
| StringRef(StringRef &&other) noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
| StringRef(char const *rawChars) noexcept (defined in Catch::StringRef) | Catch::StringRef | |
| StringRef(char const *rawChars, size_type size) noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
| StringRef(std::string const &stdString) noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
| StringRefTestAccess (defined in Catch::StringRef) | Catch::StringRef | friend |
| substr(size_type start, size_type size) const noexcept-> StringRef (defined in Catch::StringRef) | Catch::StringRef | |
| swap(StringRef &other) noexcept (defined in Catch::StringRef) | Catch::StringRef | |
| takeOwnership() (defined in Catch::StringRef) | Catch::StringRef | private |
| ~StringRef() noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
1.8.6