allocator_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
append(const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(const basic_quick_string &str, size_type pos, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(const string_type &str, size_type pos, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(const charT *s, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(size_type n, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
append(InputIterator first, InputIterator last) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(const basic_quick_string &str, size_type pos, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(const string_type &str, size_type pos, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(const charT *s, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(size_type n, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
assign(InputIterator first, InputIterator last) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
at(size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
at(size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
back() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
back() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inlineexplicit |
basic_quick_string(const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(basic_quick_string &&str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const basic_quick_string &str, size_type pos, size_type n=npos) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const charT *s, size_type n, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const charT *s, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(size_type n, charT c, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const charT *begin, const charT *end, const Alloc &a=Alloc(), typename std::enable_if<!std::is_same< view_const_iterator, const charT * >::value, SFINAE >::type=0) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(charT *begin, charT *end, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(InputIterator begin, InputIterator end, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const basic_quick_string &str, const Alloc &a) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(const_iterator begin, const_iterator end, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
basic_quick_string(view_const_iterator begin, view_const_iterator end, const Alloc &a=Alloc()) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
begin() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
begin() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
c_str() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
capacity() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
cbegin() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
cend() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
clear() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(const basic_quick_string &str) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(const string_type &str) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(size_type pos1, size_type n1, const string_type &str) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(size_type pos1, size_type n1, const string_type &str, size_type pos2, size_type n2) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(const charT *s) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(size_type pos1, size_type n1, const charT *s) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
compare(size_type pos1, size_type n1, const charT *s, size_type n2) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
const_iterator typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
const_pointer typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
const_reference typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
const_reverse_iterator typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
copy(charT *s, size_type n, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
crbegin() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
crend() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
data() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
difference_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
empty() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
end() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
end() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
erase(size_type pos=0, size_type n=npos) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
erase(iterator p) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
erase(iterator first, iterator last) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find(const basic_quick_string &str, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find(const string_type &str, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find(const charT *s, size_type pos, size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find(const charT *s, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find(charT c, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_not_of(const basic_quick_string &str, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_not_of(const string_type &str, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_not_of(const charT *s, size_type pos, size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_not_of(const charT *s, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_not_of(charT c, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_of(const basic_quick_string &str, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_of(const string_type &str, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_of(const charT *s, size_type pos, size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_of(const charT *s, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_first_of(charT c, size_type pos=0) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_not_of(const basic_quick_string &str, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_not_of(const string_type &str, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_not_of(const charT *s, size_type pos, size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_not_of(const charT *s, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_not_of(charT c, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_of(const basic_quick_string &str, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_of(const string_type &str, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_of(const charT *s, size_type pos, size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_of(const charT *s, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
find_last_of(charT c, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
get_allocator() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos1, const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos1, const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos1, const basic_quick_string &str, size_type pos2, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos1, const string_type &str, size_type pos2, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos, const charT *s, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos, const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(size_type pos, size_type n, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(const_iterator p, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(const_iterator p, size_type n, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
insert(const_iterator p, InputIterator first, InputIterator last) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
is_view() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
iterator typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
length() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
max_size() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
npos | neolib::basic_quick_string< charT, Traits, Alloc > | static |
operator string_type() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator string_type &() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator string_view_type() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator+=(const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator+=(const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator+=(const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator+=(charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator<=>(const basic_quick_string &that) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator=(const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator=(const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator=(charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator==(const basic_quick_string &that) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator[](size_type pos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
operator[](size_type pos) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
pointer typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
push_back(charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rbegin() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rbegin() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
reference typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
rend() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rend() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos1, size_type n1, const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos1, size_type n1, const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos1, size_type n1, const basic_quick_string &str, size_type pos2, size_type n2) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos1, size_type n1, const string_type &str, size_type pos2, size_type n2) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos, size_type n1, const charT *s, size_type n2) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos, size_type n1, const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(size_type pos, size_type n1, size_type n2, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(iterator i1, iterator i2, const basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(iterator i1, iterator i2, const string_type &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(iterator i1, iterator i2, const charT *s, size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(iterator i1, iterator i2, const charT *s) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(iterator i1, iterator i2, size_type n, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
replace(iterator i1, iterator i2, InputIterator j1, InputIterator j2) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
reserve(size_type res_arg=0) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
resize(size_type n, charT c) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
resize(size_type n) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
reverse_iterator typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
rfind(const basic_quick_string &str, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rfind(const string_type &str, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rfind(const charT *s, size_type pos, size_type n) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rfind(const charT *s, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
rfind(charT c, size_type pos=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
shrink_to_fit() | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
size() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
size_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
string_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
string_view_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
substr(size_type pos=0, size_type n=npos) const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
swap(basic_quick_string &str) | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
to_std_string() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
to_std_string_view() const | neolib::basic_quick_string< charT, Traits, Alloc > | inline |
traits_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
value_type typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
view_const_iterator typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
view_const_pointer typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
view_const_reference typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |
view_const_reverse_iterator typedef | neolib::basic_quick_string< charT, Traits, Alloc > | |