Horizon
|
This is the complete list of members for Catch::StringRef, including all inherited members.
begin() const (defined in Catch::StringRef) | Catch::StringRef | inline |
compare(StringRef rhs) const | Catch::StringRef | |
const_iterator typedef (defined in Catch::StringRef) | Catch::StringRef | |
data() const noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |
empty() const noexcept -> bool (defined in Catch::StringRef) | Catch::StringRef | inline |
end() const (defined in Catch::StringRef) | Catch::StringRef | inline |
operator std::string() const (defined in Catch::StringRef) | Catch::StringRef | inlineexplicit |
operator!=(StringRef other) const noexcept -> bool (defined in Catch::StringRef) | Catch::StringRef | inline |
operator+ (defined in Catch::StringRef) | Catch::StringRef | friend |
operator+= (defined in Catch::StringRef) | Catch::StringRef | friend |
operator<(StringRef rhs) const noexcept (defined in Catch::StringRef) | Catch::StringRef | |
operator<< (defined in Catch::StringRef) | Catch::StringRef | friend |
operator==(StringRef other) const noexcept -> bool (defined in Catch::StringRef) | Catch::StringRef | |
operator[](size_type index) const noexcept -> char (defined in Catch::StringRef) | Catch::StringRef | inline |
size() const noexcept -> size_type (defined in Catch::StringRef) | Catch::StringRef | inline |
size_type typedef (defined in Catch::StringRef) | Catch::StringRef | |
StringRef() noexcept=default (defined in Catch::StringRef) | Catch::StringRef | |
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 |
substr(size_type start, size_type length) const noexcept (defined in Catch::StringRef) | Catch::StringRef | inline |