|
tlx
|
This is the complete list of members for StringView, including all inherited members.
| at(size_t pos) const | StringView | inline |
| back() const | StringView | inline |
| begin() const noexcept | StringView | inline |
| cbegin() const noexcept | StringView | inline |
| cend() const noexcept | StringView | inline |
| clear() noexcept | StringView | inline |
| compare(StringView x) const noexcept | StringView | inline |
| compare(size_type pos1, size_type n1, StringView x) const noexcept | StringView | inline |
| compare(size_type pos1, size_type n1, StringView x, size_type pos2, size_type n2) const | StringView | inline |
| compare(const char *x) const | StringView | inline |
| compare(size_type pos1, size_type n1, const char *x) const | StringView | inline |
| compare(size_type pos1, size_type n1, const char *x, size_type n2) const | StringView | inline |
| const_iterator typedef | StringView | |
| const_pointer typedef | StringView | |
| const_reference typedef | StringView | |
| const_reverse_iterator typedef | StringView | |
| copy(char *s, size_type n, size_type pos=0) const | StringView | inline |
| crbegin() const noexcept | StringView | inline |
| crend() const noexcept | StringView | inline |
| data() const noexcept | StringView | inline |
| difference_type typedef | StringView | |
| empty() const noexcept | StringView | inline |
| end() const noexcept | StringView | inline |
| ends_with(char c) const noexcept | StringView | inline |
| ends_with(StringView x) const noexcept | StringView | inline |
| find(StringView s, size_type pos=0) const noexcept | StringView | inline |
| find(char c, size_type pos=0) const noexcept | StringView | inline |
| find(const char *s, size_type pos, size_type n) const noexcept | StringView | inline |
| find(const char *s, size_type pos=0) const noexcept | StringView | inline |
| find_first_not_of(StringView s, size_type pos=0) const noexcept | StringView | inline |
| find_first_not_of(char c, size_type pos=0) const noexcept | StringView | inline |
| find_first_not_of(const char *s, size_type pos, size_type n) const noexcept | StringView | inline |
| find_first_not_of(const char *s, size_type pos=0) const noexcept | StringView | inline |
| find_first_of(StringView s, size_type pos=0) const noexcept | StringView | inline |
| find_first_of(char c, size_type pos=0) const noexcept | StringView | inline |
| find_first_of(const char *s, size_type pos, size_type n) const noexcept | StringView | inline |
| find_first_of(const char *s, size_type pos=0) const noexcept | StringView | inline |
| find_last_not_of(StringView s, size_type pos=npos) const noexcept | StringView | inline |
| find_last_not_of(char c, size_type pos=npos) const noexcept | StringView | inline |
| find_last_not_of(const char *s, size_type pos, size_type n) const noexcept | StringView | inline |
| find_last_not_of(const char *s, size_type pos=npos) const noexcept | StringView | inline |
| find_last_of(StringView s, size_type pos=npos) const noexcept | StringView | inline |
| find_last_of(char c, size_type pos=npos) const noexcept | StringView | inline |
| find_last_of(const char *s, size_type pos, size_type n) const noexcept | StringView | inline |
| find_last_of(const char *s, size_type pos=npos) const noexcept | StringView | inline |
| find_not_of(Iterator first, Iterator last, StringView s) const noexcept | StringView | inlineprivate |
| front() const | StringView | inline |
| iterator typedef | StringView | |
| length() const noexcept | StringView | inline |
| max_size() const noexcept | StringView | inline |
| npos | StringView | static |
| operator std::string() const | StringView | inlineexplicit |
| operator!=(const StringView &other) const noexcept | StringView | inline |
| operator<(const StringView &other) const noexcept | StringView | inline |
| operator<<(std::ostream &os, const StringView &v) | StringView | friend |
| operator<=(const StringView &other) const noexcept | StringView | inline |
| operator=(const StringView &rhs) noexcept=default | StringView | |
| operator==(const StringView &other) const noexcept | StringView | inline |
| operator>(const StringView &other) const noexcept | StringView | inline |
| operator>=(const StringView &other) const noexcept | StringView | inline |
| operator[](size_type pos) const noexcept | StringView | inline |
| pointer typedef | StringView | |
| ptr_ | StringView | private |
| rbegin() const noexcept | StringView | inline |
| reference typedef | StringView | |
| remove_prefix(size_type n) | StringView | inline |
| remove_suffix(size_type n) | StringView | inline |
| rend() const noexcept | StringView | inline |
| reverse_distance(r_iter first, r_iter last) const noexcept | StringView | inlineprivate |
| reverse_iterator typedef | StringView | |
| rfind(StringView s, size_type pos=npos) const noexcept | StringView | inline |
| rfind(char c, size_type pos=npos) const noexcept | StringView | inline |
| rfind(const char *s, size_type pos, size_type n) const noexcept | StringView | inline |
| rfind(const char *s, size_type pos=npos) const noexcept | StringView | inline |
| size() const noexcept | StringView | inline |
| size_ | StringView | private |
| size_type typedef | StringView | |
| starts_with(char c) const noexcept | StringView | inline |
| starts_with(StringView x) const noexcept | StringView | inline |
| StringView() noexcept | StringView | inline |
| StringView(const StringView &rhs) noexcept=default | StringView | |
| StringView(const std::string &str) noexcept | StringView | inline |
| StringView(std::string &&)=delete | StringView | |
| StringView(const char *str) noexcept | StringView | inline |
| StringView(const char *str, size_type size) noexcept | StringView | inline |
| StringView(const std::string::const_iterator &begin, size_t size) noexcept | StringView | inline |
| StringView(const std::string::const_iterator &begin, const std::string::const_iterator &end) noexcept | StringView | inline |
| substr(size_type pos, size_type n=npos) const | StringView | inline |
| swap(StringView &s) noexcept | StringView | inline |
| to_string() const | StringView | inline |
| value_type typedef | StringView |