LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::TextView Member List

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]) noexceptswoc::TextView
assign(C const &c)swoc::TextViewinline
clear()swoc::TextView
clip_prefix_of(F const &pred)swoc::TextView
clip_suffix_of(F const &pred)swoc::TextView
data() const noexceptswoc::TextView
data_end() const noexceptswoc::TextView
ends_with(std::string_view const &suffix) const noexceptswoc::TextView
ends_with(char const *suffix) constswoc::TextView
ends_with(char c) const noexceptswoc::TextView
ends_with_nocase(std::string_view const &suffix) const noexceptswoc::TextView
ends_with_nocase(char const *suffix) constswoc::TextView
ends_with_nocase(char c) const noexceptswoc::TextView
find_if(F const &pred) constswoc::TextView
init_delimiter_set(std::string_view const &delimiters, std::bitset< 256 > &set)swoc::TextViewprotectedstatic
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 noexceptswoc::TextViewexplicit
operator!() const noexceptswoc::TextView
operator*() constswoc::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 noexceptswoc::TextView
prefix_at(char c) constswoc::TextView
prefix_at(std::string_view const &delimiters) constswoc::TextView
prefix_if(F const &pred) constswoc::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) constswoc::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 noexceptswoc::TextView
starts_with(char const *prefix) constswoc::TextView
starts_with(char c) const noexceptswoc::TextView
starts_with_nocase(std::string_view const &prefix) const noexceptswoc::TextView
starts_with_nocase(char const *prefix) constswoc::TextView
starts_with_nocase(char c) const noexceptswoc::TextView
stream_write(Stream &os, const TextView &b) constswoc::TextView
substr(size_type pos=0, size_type count=npos) const noexceptswoc::TextView
suffix(size_t n) const noexceptswoc::TextView
suffix_at(char c) constswoc::TextView
suffix_at(std::string_view const &delimiters) constswoc::TextView
suffix_if(F const &pred) constswoc::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=defaultswoc::TextView
TextView(super_type const &that) noexceptswoc::TextView
TextView(char const *ptr, size_t n) noexceptswoc::TextView
TextView(char const *ptr, unsigned n) noexceptswoc::TextView
TextView(char const *ptr, ssize_t n) noexceptswoc::TextView
TextView(char const *ptr, int n) noexceptswoc::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) noexceptswoc::TextViewinlineexplicit
TextView(C const &c)swoc::TextView
TextView(const char(&s)[N]) noexceptswoc::TextView
TextView(char *&src)swoc::TextViewinline
TextView(char const *&src)swoc::TextViewinline
TextView(std::nullptr_t) noexceptswoc::TextView
TextView(std::string const &str) noexceptswoc::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