_long (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
_short (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
allocator_type typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
append(size_type count, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(const basic_string &str, size_type pos, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(const value_type *str, size_type count) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(InputIterator first, InputIterator last) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(std::initializer_list< value_type > list) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
append(const Type &t, size_type pos, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(size_type count, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(const basic_string &str, size_type pos, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(basic_string &&str) noexcept(allocator_traits::propagate_on_container_move_assignment::value||allocator_traits::is_always_equal::value) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(const value_type *str, size_type count) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(InputIterator first, InputIterator last) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(std::initializer_list< value_type > list) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
assign(const Type &t, size_type pos, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
at(size_type pos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
at(size_type pos) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
back() (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
back() const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(detail::uninitialized_size_tag, size_type size, const Allocator &allocator) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inlineexplicit |
basic_string() noexcept(std::is_nothrow_default_constructible< Allocator >::value) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const Allocator &allocator) noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inlineexplicit |
basic_string(size_type count, value_type ch, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const basic_string &str, size_type pos, size_type count, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const basic_string &str, size_type pos, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const value_type *str, size_type count, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const value_type *str, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(InputIterator first, InputIterator last, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const basic_string &str, const Allocator &allocator) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(basic_string &&str) noexcept(std::is_nothrow_move_constructible< Allocator >::value) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(basic_string &&str, const Allocator &allocator) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(std::initializer_list< value_type > list, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(const Type &t, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(basic_string &&str, size_type pos, size_type count, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
basic_string(basic_string &&str, size_type pos, const Allocator &allocator=Allocator()) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
begin() noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
begin() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
c_str() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
capacity() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
cbegin() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
cend() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
clear() noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(const basic_string &str) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(size_type pos1, size_type count1, const basic_string &str) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(size_type pos1, size_type count1, const basic_string &str, size_type pos2, size_type count2=npos) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(const value_type *str) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(size_type pos1, size_type count1, const value_type *str) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(size_type pos1, size_type count1, const value_type *str, size_type count2) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(const Type &t) const noexcept(noexcept(0)) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(size_type pos1, size_type count1, const Type &t) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
compare(size_type pos1, size_type count1, const Type &t, size_type pos2, size_type count2=npos) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
const_iterator typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
const_pointer typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
const_reference typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
const_reverse_iterator typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
contains(sview_type sv) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
contains(Char ch) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
contains(const Char *str) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
copy(value_type *str, size_type count, size_type pos=0) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
crbegin() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
crend() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
data() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
data() noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
difference_type typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
empty() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
end() noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
end() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
ends_with(sview_type sv) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
ends_with(Char ch) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
ends_with(const Char *str) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
erase(size_type pos=0, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
erase(const_iterator position) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
erase(const_iterator first, const_iterator last) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find(const basic_string &str, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find(const value_type *str, size_type pos, size_type count) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find(const value_type *str, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find(value_type ch, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find(const Type &t, size_type pos=0) const noexcept(0) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_not_of(const basic_string &str, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_not_of(const value_type *str, size_type pos, size_type count) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_not_of(const value_type *str, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_not_of(value_type ch, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_not_of(const Type &t, size_type pos=0) const noexcept(0) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_of(const basic_string &str, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_of(const value_type *str, size_type pos, size_type count) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_of(const value_type *str, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_of(value_type ch, size_type pos=0) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_first_of(const Type &t, size_type pos=0) const noexcept(0) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_not_of(const basic_string &str, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_not_of(const value_type *str, size_type pos, size_type count) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_not_of(const value_type *str, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_not_of(value_type ch, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_not_of(const Type &t, size_type pos=npos) const noexcept(0) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_of(const basic_string &str, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_of(const value_type *str, size_type pos, size_type count) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_of(const value_type *str, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_of(value_type ch, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
find_last_of(const Type &t, size_type pos=npos) const noexcept(0) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
front() (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
front() const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
get_allocator() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, size_type count, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, const value_type *str, size_type count) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, const basic_string &str, size_type pos_str, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(const_iterator pos, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(const_iterator pos, size_type count, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(const_iterator pos, InputIterator first, InputIterator last) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(const_iterator pos, std::initializer_list< value_type > list) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
insert(size_type pos, const Type &t, size_type pos_str, size_type count=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
iterator typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
length() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
max_size() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
npos (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | static |
operator sview_type() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+ (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | friend |
operator+=(const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator+=(value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator+=(const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator+=(std::initializer_list< value_type > list) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator+=(const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator=(const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator=(basic_string &&str) noexcept(allocator_traits::propagate_on_container_move_assignment::value||allocator_traits::is_always_equal::value) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator=(const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator=(value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator=(std::initializer_list< value_type > list) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator=(const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator[](size_type pos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
operator[](size_type pos) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
pointer typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
pop_back() (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
push_back(value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rbegin() noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rbegin() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
reference typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
rend() noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rend() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, const basic_string &str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, const basic_string &str, size_type pos2, size_type count2=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, InputIterator first2, InputIterator last2) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, const value_type *str, size_type count2) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, const value_type *str, size_type count2) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, const value_type *str) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, size_type count2, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, size_type count2, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, std::initializer_list< value_type > list) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(const_iterator first, const_iterator last, const Type &t) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
replace(size_type pos, size_type count, const Type &t, size_type pos2, size_type count2=npos) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
reserve(size_type cap) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
reserve() (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
resize(size_type count, value_type ch) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
resize(size_type count) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
resize_and_overwrite(size_type, Operation) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
reverse_iterator typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
rfind(const basic_string &str, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rfind(const value_type *str, size_type pos, size_type count) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rfind(const value_type *str, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rfind(value_type ch, size_type pos=npos) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
rfind(const Type &t, size_type pos=npos) const noexcept(0) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
shrink_to_fit() (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
size() const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
size_type typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
starts_with(sview_type sv) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
starts_with(Char ch) const noexcept (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
starts_with(const Char *str) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
substr(size_type pos=0, size_type count=npos) const (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
sview_type typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
swap(basic_string &other) noexcept(allocator_traits::propagate_on_container_swap::value||allocator_traits::is_always_equal::value) (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |
traits_type typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
value_type typedef (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | |
~basic_string() (defined in plg::basic_string< Char, Traits, Allocator >) | plg::basic_string< Char, Traits, Allocator > | inline |