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

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

assign(char *&c_str)TextView
assign(char const *&c_str)TextView
assign(char const *ptr, size_t n)TextView
assign(char const *b, char const *e)TextView
assign(std::string const &s)TextView
assign(const char(&s)[N]) noexceptTextView
assign(C const &c)TextViewinline
clear()TextView
clip_prefix_of(F const &pred)TextView
clip_suffix_of(F const &pred)TextView
data() const noexceptTextView
data_end() const noexceptTextView
ends_with(std::string_view const &suffix) const noexceptTextView
ends_with(char const *suffix) constTextView
ends_with(char c) const noexceptTextView
ends_with_nocase(std::string_view const &suffix) const noexceptTextView
ends_with_nocase(char const *suffix) constTextView
ends_with_nocase(char c) const noexceptTextView
find_if(F const &pred) constTextView
init_delimiter_set(std::string_view const &delimiters, std::bitset< 256 > &set)TextViewprotectedstatic
ltrim(char c)TextView
ltrim(CharSet const &delimiters)TextView
ltrim(std::string_view const &delimiters)TextView
ltrim(const char *delimiters)TextView
ltrim_if(F const &pred)TextView
operator bool() const noexceptTextViewexplicit
operator!() const noexceptTextView
operator*() constTextView
operator++()TextView
operator++(int)TextView
operator+=(size_t n)TextView
operator=(super_type const &that)TextView
operator=(const char(&s)[N])TextView
operator=(char *&s)TextView
operator=(char const *&s)TextView
operator=(const std::string &s)TextView
prefix(size_t n) const noexceptTextView
prefix_at(char c) constTextView
prefix_at(std::string_view const &delimiters) constTextView
prefix_if(F const &pred) constTextView
remove_prefix(size_t n)TextView
remove_prefix_at(char c)TextView
remove_prefix_at(std::string_view const &delimiters)TextView
remove_prefix_if(F const &pred)TextView
remove_suffix(size_t n)TextView
remove_suffix_at(char c)TextView
remove_suffix_at(std::string_view const &delimiters)TextView
remove_suffix_if(F const &pred)TextView
rfind_if(F const &pred) constTextView
rtrim(char c)TextView
rtrim(CharSet const &delimiters)TextView
rtrim(std::string_view const &delimiters)TextView
rtrim_if(F const &pred)TextView
split_prefix(size_t n)TextView
split_prefix_at(char c)TextView
split_prefix_at(std::string_view const &delimiters)TextView
split_prefix_if(F const &pred)TextView
split_suffix(size_t n)TextView
split_suffix_at(char c)TextView
split_suffix_at(std::string_view const &delimiters)TextView
split_suffix_if(F const &pred)TextView
starts_with(std::string_view const &prefix) const noexceptTextView
starts_with(char const *prefix) constTextView
starts_with(char c) const noexceptTextView
starts_with_nocase(std::string_view const &prefix) const noexceptTextView
starts_with_nocase(char const *prefix) constTextView
starts_with_nocase(char c) const noexceptTextView
stream_write(Stream &os, const TextView &b) constTextView
substr(size_type pos=0, size_type count=npos) const noexceptTextView
suffix(size_t n) const noexceptTextView
suffix_at(char c) constTextView
suffix_at(std::string_view const &delimiters) constTextView
suffix_if(F const &pred) constTextView
take_prefix(size_t n)TextView
take_prefix_at(char c)TextView
take_prefix_at(std::string_view const &delimiters)TextView
take_prefix_if(F const &pred)TextView
take_suffix(size_t n)TextView
take_suffix_at(char c)TextView
take_suffix_at(std::string_view const &delimiters)TextView
take_suffix_if(F const &pred)TextView
TextView() noexcept=defaultTextView
TextView(super_type const &that) noexceptTextView
TextView(char const *ptr, size_t n) noexceptTextView
TextView(char const *ptr, unsigned n) noexceptTextView
TextView(char const *ptr, ssize_t n) noexceptTextView
TextView(char const *ptr, int n) noexceptTextView
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) noexceptTextViewinlineexplicit
TextView(C const &c)TextView
TextView(const char(&s)[N]) noexceptTextView
TextView(char *&src)TextViewinline
TextView(char const *&src)TextViewinline
TextView(std::nullptr_t) noexceptTextView
TextView(std::string const &str) noexceptTextView
trim(char c)TextView
trim(CharSet const &delimiters)TextView
trim(std::string_view const &delimiters)TextView
trim(const char *delimiters)TextView
trim_if(F const &pred)TextView