append(const T &value) const | basic_const_super_string< char_type > | [inline] |
append(const T1 &val1, const T2 &val2) const | basic_const_super_string< char_type > | [inline] |
append(const T1 &val1, const T2 &val2, const T3 &val3) const | basic_const_super_string< char_type > | [inline] |
append(const T1 &val1, const T2 &val2, const T3 &val3, const T4 &val4) const | basic_const_super_string< char_type > | [inline] |
append(const T1 &val1, const T2 &val2, const T3 &val3, const T4 &val4, const T5 &val5) const | basic_const_super_string< char_type > | [inline] |
append_file(const std_string_type &filepath) const | basic_const_super_string< char_type > | [inline] |
append_formatted(const T &value, const base_string_type &fmt) const | basic_const_super_string< char_type > | [inline] |
append_formatted(const T1 &val1, const T2 &val2, const base_string_type &fmt) const | basic_const_super_string< char_type > | [inline] |
append_formatted(const T1 &val1, const T2 &val2, const T3 &val3, const base_string_type &fmt) const | basic_const_super_string< char_type > | [inline] |
append_formatted(const T1 &val1, const T2 &val2, const T3 &val3, const T4 &val4, const base_string_type &fmt) const | basic_const_super_string< char_type > | [inline] |
append_formatted(const T1 &val1, const T2 &val2, const T3 &val3, const T4 &val4, const T5 &val5, const base_string_type &fmt) const | basic_const_super_string< char_type > | [inline] |
contains(const base_string_type &s) const | basic_const_super_string< char_type > | [inline] |
contains_regex(const base_string_type &s) const | basic_const_super_string< char_type > | [inline] |
ends_with(const base_string_type &s) const | basic_const_super_string< char_type > | [inline] |
icontains(const base_string_type &s) const | basic_const_super_string< char_type > | [inline] |
iends_with(const base_string_type &s) const | basic_const_super_string< char_type > | [inline] |
insert_at(size_type pos, const T &value) const | basic_const_super_string< char_type > | [inline] |
ireplace_all(const base_string_type &match_string, const base_string_type &replace_string) const | basic_const_super_string< char_type > | [inline] |
ireplace_first(const base_string_type &match_string, const base_string_type &replace_string) const | basic_const_super_string< char_type > | [inline] |
ireplace_last(const base_string_type &match_string, const base_string_type &replace_string) const | basic_const_super_string< char_type > | [inline] |
ireplace_nth(const base_string_type &match_string, const base_string_type &replace_string, size_type n) const | basic_const_super_string< char_type > | [inline] |
istarts_with(const base_string_type &s, size_type offset=0) const | basic_const_super_string< char_type > | [inline] |
prepend(const T &value) const | basic_const_super_string< char_type > | [inline] |
replace_all(const base_string_type &match_string, const base_string_type &replace_string) const | basic_const_super_string< char_type > | [inline] |
replace_all_regex(const base_string_type &match_regex, const base_string_type &replace_regex) const | basic_const_super_string< char_type > | [inline] |
replace_first(const base_string_type &match_string, const base_string_type &replace_string) const | basic_const_super_string< char_type > | [inline] |
replace_last(const base_string_type &match_string, const base_string_type &replace_string) const | basic_const_super_string< char_type > | [inline] |
replace_nth(const base_string_type &match_string, const base_string_type &replace_string, size_type n) const | basic_const_super_string< char_type > | [inline] |
split(const base_string_type &predicate, string_vector &result) const | basic_const_super_string< char_type > | [inline] |
split_regex(const base_string_type &predicate_regex, string_vector &result) const | basic_const_super_string< char_type > | [inline] |
starts_with(const base_string_type &s, size_type offset=0) const | basic_const_super_string< char_type > | [inline] |
to_lower() const | basic_const_super_string< char_type > | [inline] |
to_upper() const | basic_const_super_string< char_type > | [inline] |
trim() const | basic_const_super_string< char_type > | [inline] |
trim_left() const | basic_const_super_string< char_type > | [inline] |
trim_right() const | basic_const_super_string< char_type > | [inline] |