tlx
StringView Member List

This is the complete list of members for StringView, including all inherited members.

at(size_t pos) const StringViewinline
back() const StringViewinline
begin() const noexceptStringViewinline
cbegin() const noexceptStringViewinline
cend() const noexceptStringViewinline
clear() noexceptStringViewinline
compare(StringView x) const noexceptStringViewinline
compare(size_type pos1, size_type n1, StringView x) const noexceptStringViewinline
compare(size_type pos1, size_type n1, StringView x, size_type pos2, size_type n2) const StringViewinline
compare(const char *x) const StringViewinline
compare(size_type pos1, size_type n1, const char *x) const StringViewinline
compare(size_type pos1, size_type n1, const char *x, size_type n2) const StringViewinline
const_iterator typedefStringView
const_pointer typedefStringView
const_reference typedefStringView
const_reverse_iterator typedefStringView
copy(char *s, size_type n, size_type pos=0) const StringViewinline
crbegin() const noexceptStringViewinline
crend() const noexceptStringViewinline
data() const noexceptStringViewinline
difference_type typedefStringView
empty() const noexceptStringViewinline
end() const noexceptStringViewinline
ends_with(char c) const noexceptStringViewinline
ends_with(StringView x) const noexceptStringViewinline
find(StringView s, size_type pos=0) const noexceptStringViewinline
find(char c, size_type pos=0) const noexceptStringViewinline
find(const char *s, size_type pos, size_type n) const noexceptStringViewinline
find(const char *s, size_type pos=0) const noexceptStringViewinline
find_first_not_of(StringView s, size_type pos=0) const noexceptStringViewinline
find_first_not_of(char c, size_type pos=0) const noexceptStringViewinline
find_first_not_of(const char *s, size_type pos, size_type n) const noexceptStringViewinline
find_first_not_of(const char *s, size_type pos=0) const noexceptStringViewinline
find_first_of(StringView s, size_type pos=0) const noexceptStringViewinline
find_first_of(char c, size_type pos=0) const noexceptStringViewinline
find_first_of(const char *s, size_type pos, size_type n) const noexceptStringViewinline
find_first_of(const char *s, size_type pos=0) const noexceptStringViewinline
find_last_not_of(StringView s, size_type pos=npos) const noexceptStringViewinline
find_last_not_of(char c, size_type pos=npos) const noexceptStringViewinline
find_last_not_of(const char *s, size_type pos, size_type n) const noexceptStringViewinline
find_last_not_of(const char *s, size_type pos=npos) const noexceptStringViewinline
find_last_of(StringView s, size_type pos=npos) const noexceptStringViewinline
find_last_of(char c, size_type pos=npos) const noexceptStringViewinline
find_last_of(const char *s, size_type pos, size_type n) const noexceptStringViewinline
find_last_of(const char *s, size_type pos=npos) const noexceptStringViewinline
find_not_of(Iterator first, Iterator last, StringView s) const noexceptStringViewinlineprivate
front() const StringViewinline
iterator typedefStringView
length() const noexceptStringViewinline
max_size() const noexceptStringViewinline
nposStringViewstatic
operator std::string() const StringViewinlineexplicit
operator!=(const StringView &other) const noexceptStringViewinline
operator<(const StringView &other) const noexceptStringViewinline
operator<<(std::ostream &os, const StringView &v)StringViewfriend
operator<=(const StringView &other) const noexceptStringViewinline
operator=(const StringView &rhs) noexcept=defaultStringView
operator==(const StringView &other) const noexceptStringViewinline
operator>(const StringView &other) const noexceptStringViewinline
operator>=(const StringView &other) const noexceptStringViewinline
operator[](size_type pos) const noexceptStringViewinline
pointer typedefStringView
ptr_StringViewprivate
rbegin() const noexceptStringViewinline
reference typedefStringView
remove_prefix(size_type n)StringViewinline
remove_suffix(size_type n)StringViewinline
rend() const noexceptStringViewinline
reverse_distance(r_iter first, r_iter last) const noexceptStringViewinlineprivate
reverse_iterator typedefStringView
rfind(StringView s, size_type pos=npos) const noexceptStringViewinline
rfind(char c, size_type pos=npos) const noexceptStringViewinline
rfind(const char *s, size_type pos, size_type n) const noexceptStringViewinline
rfind(const char *s, size_type pos=npos) const noexceptStringViewinline
size() const noexceptStringViewinline
size_StringViewprivate
size_type typedefStringView
starts_with(char c) const noexceptStringViewinline
starts_with(StringView x) const noexceptStringViewinline
StringView() noexceptStringViewinline
StringView(const StringView &rhs) noexcept=defaultStringView
StringView(const std::string &str) noexceptStringViewinline
StringView(std::string &&)=deleteStringView
StringView(const char *str) noexceptStringViewinline
StringView(const char *str, size_type size) noexceptStringViewinline
StringView(const std::string::const_iterator &begin, size_t size) noexceptStringViewinline
StringView(const std::string::const_iterator &begin, const std::string::const_iterator &end) noexceptStringViewinline
substr(size_type pos, size_type n=npos) const StringViewinline
swap(StringView &s) noexceptStringViewinline
to_string() const StringViewinline
value_type typedefStringView