simstr 1.0
Yet another strings library
 
Загрузка...
Поиск...
Не найдено
simstr::sstring< K, Allocator > Cписок членов класса

Полный список членов класса simstr::sstring< K, Allocator >, включая наследуемые из базового класса

allocator()simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlineprotected
as_int() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
as_number(T &t)simstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
as_number(double &t)simstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
at(ptrdiff_t idx) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
compare(str_piece o) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
compare_ia(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
compare_iu(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
contains(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
copy_to(K *buffer, size_t bufSize)simstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
empty() const noexceptsimstr::sstring< K, Allocator >inline
ends_with(str_piece suffix) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
ends_with_ia(str_piece suffix) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
ends_with_iu(str_piece suffix) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
equal(str_piece other) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
equal_ia(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
equal_iu(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find(K s, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_all(str_piece pattern, size_t offset=0, size_t maxCount=0) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_end(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_end_of_last(str_piece pattern, size_t offset=-1) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_end_of_last_or_all(str_piece pattern, size_t offset=-1) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_end_or_all(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_first_not_of(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_first_of(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_first_of_idx(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_last(str_piece pattern, size_t offset=-1) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_last(K s, size_t offset=-1) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_last_not_of(str_piece pattern, size_t offset=str::npos) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_last_of(str_piece pattern, size_t offset=str::npos) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_last_of_idx(str_piece pattern, size_t offset=str::npos) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_last_or_all(str_piece pattern, size_t offset=-1) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_or_all(str_piece pattern, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_or_all(K s, size_t offset=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
find_or_throw(str_piece pattern, size_t offset=0, Args &&... args) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
for_all_finded(const Op &op, str_piece pattern, size_t offset=0, size_t maxCount=0) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
format(const FmtString< K, T... > &fmtString, T &&... args)simstr::sstring< K, Allocator >inlinestatic
from_to(size_t from, size_t to) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
is_ascii() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
is_empty() const noexceptsimstr::sstring< K, Allocator >inline
join(const T &strings, s_str delimeter, bool tail=false, bool skip_empty=false, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlinestatic
length() const noexceptsimstr::sstring< K, Allocator >inline
less_ia(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
less_iu(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
lowered() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
lowered_from(const From &f, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlinestatic
lowered_only_ascii() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
lowered_only_ascii_from(const From &f, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlinestatic
make_empty() noexceptsimstr::sstring< K, Allocator >inline
mid(size_t from, size_t len=-1) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator const K *() const noexceptsimstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
operator s_str_nt() constsimstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
operator str_piece() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator!() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator()(ptrdiff_t from, ptrdiff_t len=0) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator<=>(const base &other) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator<=>(T &&other) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator=(my_type other) noexceptsimstr::sstring< K, Allocator >inline
operator=(simple_str< K > other)simstr::sstring< K, Allocator >inline
operator=(T &&other)simstr::sstring< K, Allocator >inline
operator=(const lstring< K, N, forShared, A > &other)simstr::sstring< K, Allocator >inline
operator=(lstring< K, N, true, Allocator > &&other)simstr::sstring< K, Allocator >inline
operator=(const StrExprForType< K > auto &expr)simstr::sstring< K, Allocator >inline
operator==(const base &other) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
operator==(T &&other) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
place(K *ptr) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
prefix_in(str_piece text) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
printf(const K *pattern, T &&... args)simstr::sstring< K, Allocator >inlinestatic
replace_init(T &&pattern, M &&repl) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
replaced(str_piece pattern, str_piece repl, size_t offset=0, size_t maxCount=0) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
replaced_from(const From &f, s_str pattern, s_str repl, size_t offset=0, size_t maxCount=0, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlinestatic
size() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
split(str_piece delimeter, size_t offset=0) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
splitf(str_piece delimeter, const Op &beforeFunc, size_t offset=0) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
splitter(str_piece delimeter) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >
sstring(Args &&... args)simstr::sstring< K, Allocator >inline
sstring(const my_type &other) noexceptsimstr::sstring< K, Allocator >inline
sstring(my_type &&other) noexceptsimstr::sstring< K, Allocator >inline
sstring(lstring< K, N, true, Allocator > &&src)simstr::sstring< K, Allocator >inline
sstring(T &&s, Args &&... args)simstr::sstring< K, Allocator >inline
starts_with(str_piece prefix) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
starts_with_ia(str_piece prefix) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
starts_with_iu(str_piece prefix) const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
str_mid(size_t from, size_t len=-1) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
str_storable(Args &&... args) noexcept(std::is_nothrow_constructible_v< allocator_t, Args... >)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
str_storable(s_str other, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
str_storable(size_t repeat, s_str pattern, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
str_storable(size_t count, K pad, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
str_storable(const StrExprForType< K > auto &expr, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
str_storable(const From &f, s_str pattern, s_str repl, size_t offset=0, size_t maxCount=0, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
strcmp(const K *text) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
substr(ptrdiff_t from, ptrdiff_t len=0) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
symbols() const noexceptsimstr::sstring< K, Allocator >inline
to_double() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
to_int() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
to_nts(size_t from=0) constsimstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inline
to_str() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
to_string() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
to_sv() const noexceptsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed(T &&pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed(str_piece pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_left() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_left(T &&pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_left(str_piece pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_left_with_spaces(T &&pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_left_with_spaces(str_piece pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_right() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_right(T &&pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_right(str_piece pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_right_with_spaces(T &&pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_right_with_spaces(str_piece pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_with_spaces(T &&pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
trimmed_with_spaces(str_piece pattern) constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
uppered() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
uppered_from(const From &f, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlinestatic
uppered_only_ascii() constsimstr::str_algs< K, simple_str< K >, sstring< K, allocator_string >, false >inline
uppered_only_ascii_from(const From &f, Args &&... args)simstr::str_storable< K, sstring< K, allocator_string >, allocator_string >inlinestatic
vformat(simple_str< K > fmtString, T &&... args)simstr::sstring< K, Allocator >inlinestatic
~sstring()simstr::sstring< K, Allocator >inline