__versa_string(const _Alloc &__a=_Alloc()) noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inlineexplicit |
__versa_string(const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(__versa_string &&__str) noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(std::initializer_list< _CharT > __l, const _Alloc &__a=_Alloc()) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(const __versa_string &__str, size_type __pos, size_type __n=npos) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(const __versa_string &__str, size_type __pos, size_type __n, const _Alloc &__a) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(const _CharT *__s, size_type __n, const _Alloc &__a=_Alloc()) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(const _CharT *__s, const _Alloc &__a=_Alloc()) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(size_type __n, _CharT __c, const _Alloc &__a=_Alloc()) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
__versa_string(_InputIterator __beg, _InputIterator __end, const _Alloc &__a=_Alloc()) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
allocator_type typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
append(const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
append(const __versa_string &__str, size_type __pos, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
append(const _CharT *__s, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
append(const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
append(size_type __n, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
append(std::initializer_list< _CharT > __l) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
append(_InputIterator __first, _InputIterator __last) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(__versa_string &&__str) noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(const __versa_string &__str, size_type __pos, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(const _CharT *__s, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(size_type __n, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(_InputIterator __first, _InputIterator __last) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
assign(std::initializer_list< _CharT > __l) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
at(size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
at(size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
back() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
back() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
begin() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
begin() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
c_str() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
capacity() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
cbegin() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
cend() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
clear() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
compare(const __versa_string &__str) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
compare(size_type __pos, size_type __n, const __versa_string &__str) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
compare(size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
compare(const _CharT *__s) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
compare(size_type __pos, size_type __n1, const _CharT *__s) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
compare(size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
const_iterator typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
const_pointer typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
const_reference typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
const_reverse_iterator typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
copy(_CharT *__s, size_type __n, size_type __pos=0) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
crbegin() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
crend() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
data() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
difference_type typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
empty() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
end() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
end() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
erase(size_type __pos=0, size_type __n=npos) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
erase(const_iterator __position) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
erase(const_iterator __first, const_iterator __last) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find(const _CharT *__s, size_type __pos, size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find(const __versa_string &__str, size_type __pos=0) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find(const _CharT *__s, size_type __pos=0) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find(_CharT __c, size_type __pos=0) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_first_not_of(const __versa_string &__str, size_type __pos=0) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_first_not_of(const _CharT *__s, size_type __pos, size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_first_not_of(const _CharT *__s, size_type __pos=0) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_first_not_of(_CharT __c, size_type __pos=0) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_first_of(const __versa_string &__str, size_type __pos=0) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_first_of(const _CharT *__s, size_type __pos, size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_first_of(const _CharT *__s, size_type __pos=0) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_first_of(_CharT __c, size_type __pos=0) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_last_not_of(const __versa_string &__str, size_type __pos=npos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_last_not_of(const _CharT *__s, size_type __pos, size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_last_not_of(const _CharT *__s, size_type __pos=npos) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_last_not_of(_CharT __c, size_type __pos=npos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_last_of(const __versa_string &__str, size_type __pos=npos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_last_of(const _CharT *__s, size_type __pos, size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
find_last_of(const _CharT *__s, size_type __pos=npos) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
find_last_of(_CharT __c, size_type __pos=npos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
front() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
front() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
get_allocator() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(const_iterator __p, size_type __n, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(const_iterator __p, _InputIterator __beg, _InputIterator __end) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(const_iterator __p, std::initializer_list< _CharT > __l) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(size_type __pos1, const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(size_type __pos1, const __versa_string &__str, size_type __pos2, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(size_type __pos, const _CharT *__s, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(size_type __pos, const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(size_type __pos, size_type __n, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
insert(const_iterator __p, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
iterator typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
length() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
max_size() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
npos | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | static |
operator+=(const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator+=(const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator+=(_CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator+=(std::initializer_list< _CharT > __l) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator=(const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator=(__versa_string &&__str) noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator=(std::initializer_list< _CharT > __l) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator=(const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator=(_CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator[](size_type __pos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
operator[](size_type __pos) noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
pointer typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
pop_back() | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
push_back(_CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
rbegin() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
rbegin() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
reference typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
rend() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
rend() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(size_type __pos, size_type __n, const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(size_type __pos1, size_type __n1, const __versa_string &__str, size_type __pos2, size_type __n2) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(size_type __pos, size_type __n1, const _CharT *__s, size_type __n2) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(size_type __pos, size_type __n1, const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, const __versa_string &__str) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, const _CharT *__s, size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, const _CharT *__s) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, size_type __n, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, _InputIterator __k1, _InputIterator __k2) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, _CharT *__k1, _CharT *__k2) (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, const _CharT *__k1, const _CharT *__k2) (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, iterator __k1, iterator __k2) (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, const_iterator __k1, const_iterator __k2) (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
replace(const_iterator __i1, const_iterator __i2, std::initializer_list< _CharT > __l) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
reserve(size_type __res_arg=0) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
resize(size_type __n, _CharT __c) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
resize(size_type __n) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
reverse_iterator typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
rfind(const __versa_string &__str, size_type __pos=npos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
rfind(const _CharT *__s, size_type __pos, size_type __n) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
rfind(const _CharT *__s, size_type __pos=npos) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
rfind(_CharT __c, size_type __pos=npos) const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
shrink_to_fit() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
size() const noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
size_type typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
substr(size_type __pos=0, size_type __n=npos) const | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
swap(__versa_string &__s) noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |
traits_type typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
value_type typedef (defined in __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >) | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | |
~__versa_string() noexcept | __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > | inline |