append(str_piece other) | simstr::str_mutable< K, Impl > | inline |
append(const A &expr) | simstr::str_mutable< K, Impl > | inline |
append_formatted(const FmtString< K, T... > &format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
append_in(size_t pos, str_piece other) | simstr::str_mutable< K, Impl > | inline |
append_in(size_t pos, const A &expr) | simstr::str_mutable< K, Impl > | inline |
append_printf(const K *format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
append_vformatted(str_piece format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
append_vformatted_n(size_t max_write, str_piece format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
change(size_t from, size_t len, str_piece other) | simstr::str_mutable< K, Impl > | inline |
change(size_t from, size_t len, const A &expr) | simstr::str_mutable< K, Impl > | inline |
fill(size_t from, const Op &fillFunction) | simstr::str_mutable< K, Impl > | inline |
format(const FmtString< K, T... > &pattern, T &&... args) | simstr::str_mutable< K, Impl > | inline |
format_from(size_t from, const FmtString< K, T... > &format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
insert(size_t to, str_piece other) | simstr::str_mutable< K, Impl > | inline |
insert(size_t to, const A &expr) | simstr::str_mutable< K, Impl > | inline |
lower() | simstr::str_mutable< K, Impl > | inline |
lower_only_ascii() | simstr::str_mutable< K, Impl > | inline |
operator K*() noexcept | simstr::str_mutable< K, Impl > | inlineexplicit |
operator+=(str_piece other) | simstr::str_mutable< K, Impl > | inline |
operator+=(const A &expr) | simstr::str_mutable< K, Impl > | inline |
operator<<(const Op &fillFunction) | simstr::str_mutable< K, Impl > | inline |
operator<<(const Op &fillFunction) | simstr::str_mutable< K, Impl > | inline |
operator<<=(const Op &fillFunction) | simstr::str_mutable< K, Impl > | inline |
prepend(str_piece other) | simstr::str_mutable< K, Impl > | inline |
prepend(const A &expr) | simstr::str_mutable< K, Impl > | inline |
printf(const K *format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
printf_from(size_t from, const K *format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
remove(size_t from, size_t len) | simstr::str_mutable< K, Impl > | inline |
replace(str_piece pattern, str_piece repl, size_t offset=0, size_t maxCount=0) | simstr::str_mutable< K, Impl > | inline |
replace_from(const From &f, str_piece pattern, str_piece repl, size_t offset=0, size_t maxCount=0) | simstr::str_mutable< K, Impl > | inline |
str() noexcept | simstr::str_mutable< K, Impl > | inline |
trim() | simstr::str_mutable< K, Impl > | inline |
trim(T &&pattern) | simstr::str_mutable< K, Impl > | inline |
trim(str_piece pattern) | simstr::str_mutable< K, Impl > | inline |
trim_left() | simstr::str_mutable< K, Impl > | inline |
trim_left(T &&pattern) | simstr::str_mutable< K, Impl > | inline |
trim_left(str_piece pattern) | simstr::str_mutable< K, Impl > | inline |
trim_left_with_spaces(T &&pattern) | simstr::str_mutable< K, Impl > | inline |
trim_left_with_spaces(str_piece pattern) | simstr::str_mutable< K, Impl > | inline |
trim_right() | simstr::str_mutable< K, Impl > | inline |
trim_right(T &&pattern) | simstr::str_mutable< K, Impl > | inline |
trim_right(str_piece pattern) | simstr::str_mutable< K, Impl > | inline |
trim_right_with_spaces(str_piece pattern) | simstr::str_mutable< K, Impl > | inline |
trim_right_with_wpaces(T &&pattern) | simstr::str_mutable< K, Impl > | inline |
trim_with_spaces(T &&pattern) | simstr::str_mutable< K, Impl > | inline |
trim_with_spaces(str_piece pattern) | simstr::str_mutable< K, Impl > | inline |
upper() | simstr::str_mutable< K, Impl > | inline |
upper_only_ascii() | simstr::str_mutable< K, Impl > | inline |
vformat(str_piece format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
vformat_from(size_t from, size_t max_write, str_piece format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
vformat_n(size_t max_write, str_piece format, T &&... args) | simstr::str_mutable< K, Impl > | inline |
with(const Op &fillFunction, Args &&... args) | simstr::str_mutable< K, Impl > | inline |