allocator_type typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
append(const xtd::basic_string< char_t > &value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(const xtd::basic_string< char_t > &value, size_type start_index, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::boolean value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::byte value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::decimal value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(double value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::single value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::int16 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::int32 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::int64 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::sbyte value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::uint16 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::uint32 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(xtd::uint64 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(value_type value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(value_type value, size_type repeat_count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(object_t value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(size_type count, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(const basic_string_builder &str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(const basic_string_builder &str, size_type pos) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(const basic_string_builder &str, size_type pos, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(const_pointer s, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(const_pointer s) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(input_iterator_t first, input_iterator_t last) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append(std::initializer_list< value_type > ilist) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append_format(const xtd::basic_string< char_t > &format, args_t &&... args) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append_join(const xtd::basic_string< char_t > &separator, const collection_t &values) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append_join(value_type separator, const collection_t &values) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append_line() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
append_line(const xtd::basic_string< char_t > &value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
at(size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
at(size_type pos) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
back() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
back() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
base_type typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
basic_string_builder()=default | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
basic_string_builder(xtd::size capacity) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(xtd::size capacity, xtd::size max_capacity) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const xtd::basic_string< value_type > &value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const xtd::basic_string< value_type > &value, xtd::size capacity) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const xtd::basic_string< value_type > &value, xtd::size start_index, xtd::size length, xtd::size capacity) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const allocator_type &allocator) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inlineexplicit |
basic_string_builder(const basic_string_builder &str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const basic_string_builder &str, const allocator_type &allocator) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const basic_string_builder &str, xtd::size index) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const basic_string_builder &str, xtd::size index, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const basic_string_builder &str, xtd::size index, xtd::size count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const basic_string_builder &str, xtd::size index, xtd::size count, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(basic_string_builder &&str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(basic_string_builder &&str, const allocator_type &allocator) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(xtd::size count, value_type character) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(xtd::size count, value_type character, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(value_type character, xtd::size count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(value_type character, xtd::size count, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const_pointer str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const_pointer str, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const_pointer str, xtd::size count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const_pointer str, xtd::size count, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const std::basic_string< value_type > &str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(const std::basic_string< value_type > &str, const allocator_type &allocator) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(input_iterator_t first, input_iterator_t last) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(input_iterator_t first, input_iterator_t last, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(std::initializer_list< value_type > il) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
basic_string_builder(std::initializer_list< value_type > il, const allocator_type &allocator) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
begin() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
begin() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
c_str() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
capacity() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
capacity(size_type value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
cbegin() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
cend() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
chars() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
chars() noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
clear() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(size_type pos1, size_type count1, const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(size_type pos1, size_type count1, const basic_string_builder &str, size_type pos2) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(size_type pos1, size_type count1, const basic_string_builder &str, size_type pos2, size_type count2) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(size_type pos1, size_type count1, const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
compare(size_type pos1, size_type count1, const_pointer s, size_type count2) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
const_iterator typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
const_pointer typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
const_reference typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
const_reverse_iterator typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
copy(pointer dest, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
copy(pointer dest, size_type count, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
copy_to(xtd::size source_index, xtd::array< value_type > &destination, xtd::size destination_index, xtd::size destination_count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
data() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
data() noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
difference_type typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
empty() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
end() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
end() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
ensure_capacity(size_type capacity) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
equals(const object &obj) const noexcept override | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inlinevirtual |
equals(const basic_string_builder &value) const noexcept override | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
xtd::iequatable::equals(const type_t &) const noexcept=0 | xtd::iequatable< type_t > | pure virtual |
erase() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
erase(size_type index) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
erase(size_type index, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
erase(const_iterator position) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
erase(const_iterator first, const_iterator last) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(const basic_string_builder &str, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(const_pointer s, size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(const_pointer s, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(value_type ch) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find(value_type ch, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(const basic_string_builder &str, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(const_pointer s, size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(const_pointer s, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(value_type ch) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_not_of(value_type ch, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(const basic_string_builder &str, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(const_pointer s, size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(const_pointer s, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(value_type ch) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_first_of(value_type ch, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(const basic_string_builder &str, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(const_pointer s, size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(const_pointer s, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(value_type ch) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_not_of(value_type ch, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(const basic_string_builder &str, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(const_pointer s, size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(const_pointer s, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(value_type ch) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
find_last_of(value_type ch, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
front() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
front() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
get_allocator() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
get_base_type() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inlinevirtual |
get_hash_code() const noexcept override | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inlinevirtual |
get_type() const noexcept | xtd::object | virtual |
insert(size_type index, const xtd::basic_string< char_t > &value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, const xtd::basic_string< char_t > &value, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::boolean value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::byte value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::decimal value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, double value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::single value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::int16 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::int32 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::int64 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::sbyte value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::uint16 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::uint32 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, xtd::uint64 value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, value_type value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, value_type value, size_type repeat_count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, object_t value) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, size_type count, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, const_pointer s) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, const_pointer s, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, const basic_string_builder &str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, const basic_string_builder &str, size_type s_index, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(size_type index, const basic_string_builder &str, size_type s_index) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(const_iterator pos, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(const_iterator pos, size_type count, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(const_iterator pos, input_iterator_t first, input_iterator_t last) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
insert(const_iterator pos, std::initializer_list< value_type > ilist) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
iterator typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
length() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
length(size_type value) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
max_capacity() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
max_size() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
memberwise_clone() const | xtd::object | inline |
npos | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inlinestatic |
object()=default | xtd::object | |
operator base_type &() noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator const base_type &() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+ | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator+=(const basic_string_builder &str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator+=(basic_string_builder &&str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator+=(const_pointer str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator+=(value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator<< | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator<< | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator=(const basic_string_builder &str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(basic_string_builder &&str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(const std::basic_string< value_type > &str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(std::basic_string< value_type > &&str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(const xtd::basic_string< value_type > &str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(xtd::basic_string< value_type > &&str) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(const_pointer str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(value_type character) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator=(const std::initializer_list< value_type > &il) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator>> | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator>> | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | friend |
operator[](xtd::size index) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
operator[](xtd::size index) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
pointer typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
pop_back() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
push_back(value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
reference typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
remove(size_type start_index, size_type length) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(value_type old_char, value_type new_char) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(value_type old_char, value_type new_char, size_type start_index, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const xtd::basic_string< char_t > &old_value, const xtd::basic_string< char_t > &new_value) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const xtd::basic_string< char_t > &old_value, const xtd::basic_string< char_t > &new_value, size_type start_index, size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(size_type pos, size_type count, const basic_string_builder &str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const_iterator first, const_iterator last, const basic_string_builder &str) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(size_type pos, size_type count, const basic_string_builder &str, size_type pos2) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(size_type pos, size_type count, const basic_string_builder &str, size_type pos2, size_type count2) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(size_type pos, size_type count, const_pointer cstr, size_type count2) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const_iterator first, const_iterator last, const_pointer cstr, size_type count2) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(size_type pos, size_type count, const_pointer cstr) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const_iterator first, const_iterator last, const_pointer cstr) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(size_type pos, size_type count, size_type count2, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const_iterator first, const_iterator last, size_type count2, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const_iterator first, const_iterator last, input_iterator_t first2, input_iterator_t last2) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
replace(const_iterator first, const_iterator last, std::initializer_list< value_type > ilist) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
reserve(size_type new_cap) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
resize(size_type count) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
resize(size_type count, value_type ch) | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
reverse_iterator typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
rfind(const basic_string_builder &str) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
rfind(const basic_string_builder &str, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
rfind(const_pointer s, size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
rfind(const_pointer s) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
rfind(const_pointer s, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
rfind(value_type ch) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
rfind(value_type ch, size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
shrink_to_fit() | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
size() const noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
size_type typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
substr() const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
substr(size_type pos) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
substr(size_type pos, size_type count) const | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
swap(basic_string_builder &other) noexcept | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inline |
to_string() const noexcept override | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | inlinevirtual |
traits_type typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |
value_type typedef | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > | |