|
Agora
1.2.0
Agora project
|
This is the complete list of members for Catch::StringRef, including all inherited members.
| begin() const | Catch::StringRef | inline |
| c_str() const -> char const * | Catch::StringRef | |
| const_iterator typedef | Catch::StringRef | |
| data() const noexcept -> char const * | Catch::StringRef | |
| empty() const noexcept -> bool | Catch::StringRef | inline |
| end() const | Catch::StringRef | inline |
| isNullTerminated() const noexcept -> bool | Catch::StringRef | inline |
| m_size | Catch::StringRef | private |
| m_start | Catch::StringRef | private |
| operator std::string() const | Catch::StringRef | inlineexplicit |
| operator!=(StringRef const &other) const noexcept -> bool | Catch::StringRef | inline |
| operator==(StringRef const &other) const noexcept -> bool | Catch::StringRef | |
| 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 -> StringRef | Catch::StringRef |