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-> bool | Catch::StringRef | inline |
isOwned() const noexcept-> bool | Catch::StringRef | private |
isSubstring() const noexcept-> bool | Catch::StringRef | private |
m_data | Catch::StringRef | private |
m_size | Catch::StringRef | private |
m_start | Catch::StringRef | private |
numberOfCharacters() const noexcept-> size_type | Catch::StringRef | |
operator std::string() const | Catch::StringRef | |
operator!=(StringRef const &other) const noexcept-> bool | Catch::StringRef | |
operator=(StringRef const &other) noexcept-> StringRef & | Catch::StringRef | inline |
operator==(StringRef const &other) const noexcept-> bool | Catch::StringRef | |
operator[](size_type index) const noexcept-> char | Catch::StringRef | |
s_empty | Catch::StringRef | privatestatic |
size() const noexcept-> size_type | Catch::StringRef | inline |
size_type typedef | Catch::StringRef | |
StringRef() noexcept | Catch::StringRef | inline |
StringRef(StringRef const &other) noexcept | Catch::StringRef | inline |
StringRef(StringRef &&other) noexcept | Catch::StringRef | inline |
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 |
StringRefTestAccess | Catch::StringRef | friend |
substr(size_type start, size_type size) const noexcept-> StringRef | Catch::StringRef | |
swap(StringRef &other) noexcept | Catch::StringRef | |
takeOwnership() | Catch::StringRef | private |
~StringRef() noexcept | Catch::StringRef | inline |