|
LibSWOC++ 1.5.14
Solid Wall of C++
|
This is the complete list of members for swoc::TextView, including all inherited members.
| assign(char *&c_str) | swoc::TextView | |
| assign(char const *&c_str) | swoc::TextView | |
| assign(char const *ptr, size_t n) | swoc::TextView | |
| assign(char const *b, char const *e) | swoc::TextView | |
| assign(std::string const &s) | swoc::TextView | |
| assign(const char(&s)[N]) noexcept | swoc::TextView | |
| assign(C const &c) | swoc::TextView | inline |
| clear() | swoc::TextView | |
| clip_prefix_of(F const &pred) | swoc::TextView | |
| clip_suffix_of(F const &pred) | swoc::TextView | |
| data() const noexcept | swoc::TextView | |
| data_end() const noexcept | swoc::TextView | |
| ends_with(std::string_view const &suffix) const noexcept | swoc::TextView | |
| ends_with(char const *suffix) const | swoc::TextView | |
| ends_with(char c) const noexcept | swoc::TextView | |
| ends_with_nocase(std::string_view const &suffix) const noexcept | swoc::TextView | |
| ends_with_nocase(char const *suffix) const | swoc::TextView | |
| ends_with_nocase(char c) const noexcept | swoc::TextView | |
| find_if(F const &pred) const | swoc::TextView | |
| init_delimiter_set(std::string_view const &delimiters, std::bitset< 256 > &set) | swoc::TextView | protectedstatic |
| ltrim(char c) | swoc::TextView | |
| ltrim(CharSet const &delimiters) | swoc::TextView | |
| ltrim(std::string_view const &delimiters) | swoc::TextView | |
| ltrim(const char *delimiters) | swoc::TextView | |
| ltrim_if(F const &pred) | swoc::TextView | |
| operator bool() const noexcept | swoc::TextView | explicit |
| operator!() const noexcept | swoc::TextView | |
| operator*() const | swoc::TextView | |
| operator++() | swoc::TextView | |
| operator++(int) | swoc::TextView | |
| operator+=(size_t n) | swoc::TextView | |
| operator=(super_type const &that) | swoc::TextView | |
| operator=(const char(&s)[N]) | swoc::TextView | |
| operator=(char *&s) | swoc::TextView | |
| operator=(char const *&s) | swoc::TextView | |
| operator=(const std::string &s) | swoc::TextView | |
| prefix(size_t n) const noexcept | swoc::TextView | |
| prefix_at(char c) const | swoc::TextView | |
| prefix_at(std::string_view const &delimiters) const | swoc::TextView | |
| prefix_if(F const &pred) const | swoc::TextView | |
| remove_prefix(size_t n) | swoc::TextView | |
| remove_prefix_at(char c) | swoc::TextView | |
| remove_prefix_at(std::string_view const &delimiters) | swoc::TextView | |
| remove_prefix_if(F const &pred) | swoc::TextView | |
| remove_suffix(size_t n) | swoc::TextView | |
| remove_suffix_at(char c) | swoc::TextView | |
| remove_suffix_at(std::string_view const &delimiters) | swoc::TextView | |
| remove_suffix_if(F const &pred) | swoc::TextView | |
| rfind_if(F const &pred) const | swoc::TextView | |
| rtrim(char c) | swoc::TextView | |
| rtrim(CharSet const &delimiters) | swoc::TextView | |
| rtrim(std::string_view const &delimiters) | swoc::TextView | |
| rtrim_if(F const &pred) | swoc::TextView | |
| split_prefix(size_t n) | swoc::TextView | |
| split_prefix_at(char c) | swoc::TextView | |
| split_prefix_at(std::string_view const &delimiters) | swoc::TextView | |
| split_prefix_if(F const &pred) | swoc::TextView | |
| split_suffix(size_t n) | swoc::TextView | |
| split_suffix_at(char c) | swoc::TextView | |
| split_suffix_at(std::string_view const &delimiters) | swoc::TextView | |
| split_suffix_if(F const &pred) | swoc::TextView | |
| starts_with(std::string_view const &prefix) const noexcept | swoc::TextView | |
| starts_with(char const *prefix) const | swoc::TextView | |
| starts_with(char c) const noexcept | swoc::TextView | |
| starts_with_nocase(std::string_view const &prefix) const noexcept | swoc::TextView | |
| starts_with_nocase(char const *prefix) const | swoc::TextView | |
| starts_with_nocase(char c) const noexcept | swoc::TextView | |
| stream_write(Stream &os, const TextView &b) const | swoc::TextView | |
| substr(size_type pos=0, size_type count=npos) const noexcept | swoc::TextView | |
| suffix(size_t n) const noexcept | swoc::TextView | |
| suffix_at(char c) const | swoc::TextView | |
| suffix_at(std::string_view const &delimiters) const | swoc::TextView | |
| suffix_if(F const &pred) const | swoc::TextView | |
| take_prefix(size_t n) | swoc::TextView | |
| take_prefix_at(char c) | swoc::TextView | |
| take_prefix_at(std::string_view const &delimiters) | swoc::TextView | |
| take_prefix_if(F const &pred) | swoc::TextView | |
| take_suffix(size_t n) | swoc::TextView | |
| take_suffix_at(char c) | swoc::TextView | |
| take_suffix_at(std::string_view const &delimiters) | swoc::TextView | |
| take_suffix_if(F const &pred) | swoc::TextView | |
| TextView() noexcept=default | swoc::TextView | |
| TextView(super_type const &that) noexcept | swoc::TextView | |
| TextView(char const *ptr, size_t n) noexcept | swoc::TextView | |
| TextView(char const *ptr, unsigned n) noexcept | swoc::TextView | |
| TextView(char const *ptr, ssize_t n) noexcept | swoc::TextView | |
| TextView(char const *ptr, int n) noexcept | swoc::TextView | |
| TextView(T first, std::enable_if_t<!std::is_array_v< T > &&std::is_pointer_v< T > &&std::is_convertible_v< T, char const * >, T > last) noexcept | swoc::TextView | inlineexplicit |
| TextView(C const &c) | swoc::TextView | |
| TextView(const char(&s)[N]) noexcept | swoc::TextView | |
| TextView(char *&src) | swoc::TextView | inline |
| TextView(char const *&src) | swoc::TextView | inline |
| TextView(std::nullptr_t) noexcept | swoc::TextView | |
| TextView(std::string const &str) noexcept | swoc::TextView | |
| trim(char c) | swoc::TextView | |
| trim(CharSet const &delimiters) | swoc::TextView | |
| trim(std::string_view const &delimiters) | swoc::TextView | |
| trim(const char *delimiters) | swoc::TextView | |
| trim_if(F const &pred) | swoc::TextView |