This is the complete list of members for StrRef, including all inherited members.
| __attribute__((__warn_unused_result__)) bool empty() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const expr const Char *data() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const expr size_type size() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) size_type length() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _iterator begin() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _iterator end() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _iterator cbegin() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _iterator cend() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _reverse_iterator rbegin() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _reverse_iterator rend() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _reverse_iterator crbegin() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const _reverse_iterator crend() const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const Char &operator[](size_type index) const noexcept | StrRef | inline |
| __attribute__((__warn_unused_result__)) const Char &at(size_type index) const | StrRef | inline |
| back() const noexcept | StrRef | inline |
| const_iterator typedef | StrRef | |
| const_reverse_iterator typedef | StrRef | |
| front() const noexcept | StrRef | inline |
| iterator typedef | StrRef | |
| operator std::basic_string< Char >() const | StrRef | inline |
| reverse_iterator typedef | StrRef | |
| size_type typedef | StrRef | |
| StrRef() | StrRef | inline |
| StrRef(const Char *chars, size_t size) noexcept | StrRef | inline |
| StrRef(const Char *chars) noexcept | StrRef | inline |
| StrRef(const std::string &string) | StrRef | inline |
| swap(StrRef &other) noexcept | StrRef | inline |