xtd 0.2.0
xtd::basic_string< char_t, traits_t, allocator_t > Member List

This is the complete list of members for xtd::basic_string< char_t, traits_t, allocator_t >, including all inherited members.

aggregate(const std::function< char_t(const char_t &, const char_t &)> &func) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
aggregate(const char_t &seed, const std::function< char_t(const char_t &, const char_t &)> &func) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const char_t &, const accumulate_t &)> &func) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
aggregate(const char_t &seed, const std::function< char_t(const char_t &, const char_t &)> &func, const std::function< char_t(const char_t &)> &result_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const char_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
all(const std::function< bool(const char_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
any() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
any(const std::function< bool(const char_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
append(const char_t &element) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
average() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
begin() constxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
begin()xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
cbegin() constxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
cend() constxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
chunk(size_t size) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
compare(size_type pos1, size_type count1, const_pointer s) const (defined in xtd::basic_string< char_t, traits_t, allocator_t >)xtd::basic_string< char_t, traits_t, allocator_t >inline
compare(size_type pos1, size_type count1, const_pointer s, size_type count2) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare_to(const object &value) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare_to(const basic_string &value) const noexcept overridextd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
concat(const ienumerable< char_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
const_iterator typedefxtd::collections::generic::ienumerable< char_t >
contains(value_type value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
contains(const basic_string &value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
xtd::collections::generic::ienumerable< char_t >::contains(const char_t &value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
xtd::collections::generic::ienumerable< char_t >::contains(const char_t &value, const xtd::collections::generic::iequality_comparer< char_t > &comparer) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
count() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
count(const std::function< bool(const char_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
count(const char_t &value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
count_by(const std::function< key_t(const char_t &)> &key_selector) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
count_by(const std::function< key_t(const char_t &)> &key_selector, const iequality_comparer< key_t > &key_comparer) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
default_if_empty(const char_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
end() constxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
end()xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
ends_with(value_type value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
ends_with(value_type value, bool ignore_case) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
ends_with(const basic_string &value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
ends_with(const basic_string &value, bool ignore_case) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
ends_with(const basic_string &value, xtd::string_comparison comparison_type) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
equals(const object &obj) const noexcept overridextd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
equals(const basic_string &value) const noexcept overridextd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
equals(const basic_string &value, bool ignore_case) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
find(const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find(const basic_string &str, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find(const_pointer s, size_type pos, size_type count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find(const_pointer s, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find(value_type ch) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find(value_type ch, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(const basic_string &str, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(const_pointer s, size_type pos, size_type count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(const_pointer s, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(char_t ch) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_not_of(char_t ch, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(const basic_string &str, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(const_pointer s, size_type pos, size_type count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(const_pointer s, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(char_t ch) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_first_of(char_t ch, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(const basic_string &str, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(const_pointer s, size_type pos, size_type count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(const_pointer s, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(char_t ch) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_not_of(char_t ch, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(const basic_string &str, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(const_pointer s, size_type pos, size_type count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(const_pointer s, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(char_t ch) constxtd::basic_string< char_t, traits_t, allocator_t >inline
find_last_of(char_t ch, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
first_or_default(const std::function< bool(const char_t &)> &predicate, const char_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
first_or_default(const std::function< bool(const char_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
first_or_default(const char_t default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
first_or_default() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
get_allocator() constxtd::basic_string< char_t, traits_t, allocator_t >inline
get_base_type() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
get_enumerator() const noexcept overridextd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
get_hash_code() const noexcept overridextd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
get_type() const noexceptxtd::objectvirtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
index_of(const basic_string &value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
index_of(const basic_string &value, xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >inline
index_of(const basic_string &value, xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
index_of(value_type value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
index_of(value_type value, xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >inline
index_of(value_type value, xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
index_of_any(const xtd::array< value_type > &values) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >
index_of_any(const xtd::array< value_type > &values, xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >
index_of_any(const xtd::array< value_type > &values, xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >
insert(xtd::size start_index, const basic_string &value) constxtd::basic_string< char_t, traits_t, allocator_t >inline
is_empty() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
iterator typedefxtd::collections::generic::ienumerable< char_t >
last_index_of(const basic_string &value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
last_index_of(const basic_string &value, xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >inline
last_index_of(const basic_string &value, xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
last_index_of(value_type value) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
last_index_of(value_type value, xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >inline
last_index_of(value_type value, xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
last_index_of_any(const xtd::array< value_type > &values) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >
last_index_of_any(const xtd::array< value_type > &values, xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >
last_index_of_any(const xtd::array< value_type > &values, xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
memberwise_clone() constxtd::object
object()=defaultxtd::object
operator>> (defined in xtd::basic_string< char_t, traits_t, allocator_t >)xtd::basic_string< char_t, traits_t, allocator_t >friend
pad_left(xtd::size total_width) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
pad_left(xtd::size total_width, char32 padding_char) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
pad_right(xtd::size total_width) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
pad_right(xtd::size total_width, char32 padding_char) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
quoted() constxtd::basic_string< char_t, traits_t, allocator_t >inline
quoted(value_type delimiter) constxtd::basic_string< char_t, traits_t, allocator_t >inline
quoted(value_type delimiter, value_type escape) constxtd::basic_string< char_t, traits_t, allocator_t >inline
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
remove(xtd::size start_index) constxtd::basic_string< char_t, traits_t, allocator_t >inline
remove(xtd::size start_index, xtd::size count) constxtd::basic_string< char_t, traits_t, allocator_t >inline
replace(value_type old_char, value_type new_char) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
replace(const basic_string &old_string, const basic_string &new_string) const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
rfind(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
rfind(const_pointer s, size_type pos) constxtd::basic_string< char_t, traits_t, allocator_t >inline
select(const std::function< result_t(const char_t &)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
select(const std::function< char_t(const char_t &)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
select(const std::function< result_t(const char_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
select(const std::function< char_t(const char_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
xtd::collections::generic::ienumerable< char_t >::to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexceptxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
xtd::collections::generic::ienumerable< char_t >::to_iterator(typename source_collection_t::iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexceptxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
xtd::collections::generic::ienumerable< char_t >::to_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexceptxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
xtd::collections::generic::ienumerable< char_t >::to_iterator(typename source_collection_t::iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexceptxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_list() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
to_string() const noexceptxtd::objectvirtual
value_type typedefxtd::collections::generic::ienumerable< char_t >
where(const std::function< bool(const char_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
where(const std::function< bool(const char_t &, size_t)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline