xtd 0.2.0
Loading...
Searching...
No Matches
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) const -> char_txtd::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 -> char_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const accumulate_t &, const char_t &)> &func) const -> accumulate_txtd::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) const -> char_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const accumulate_t &, const char_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const -> result_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
all(const std::function< bool(const char_t &)> &predicate) const -> boolxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
allocator_type typedefxtd::basic_string< char_t, traits_t, allocator_t >
any() const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
any(const std::function< bool(const char_t &)> &predicate) const -> boolxtd::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
base_type typedefxtd::basic_string< char_t, traits_t, allocator_t >
basic_string()=defaultxtd::basic_string< char_t, traits_t, allocator_t >
basic_string(basic_string &&)=defaultxtd::basic_string< char_t, traits_t, allocator_t >
basic_string(std::basic_string< char_t > &&str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const basic_string< char > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const basic_string< xtd::char16 > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const basic_string< xtd::char32 > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const basic_string< xtd::char8 > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const basic_string< xtd::wchar > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const std::basic_string< char > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const std::basic_string< xtd::char16 > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const std::basic_string< xtd::char32 > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const std::basic_string< xtd::char8 > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const std::basic_string< xtd::wchar > &str) noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(char character, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(xtd::char16 character, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(xtd::char32 character, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(xtd::char8 character, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(xtd::wchar character, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const char *str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::char16 *str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::char32 *str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::char8 *str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::wchar *str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const char *str, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::char16 *str, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::char32 *str, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::char8 *str, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const xtd::wchar *str, xtd::size count)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(input_iterator_t first, input_iterator_t last)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(const std::basic_string_view< char_t > &str)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(std::initializer_list< char > il)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(std::initializer_list< xtd::char16 > il)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(std::initializer_list< xtd::char32 > il)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(std::initializer_list< xtd::char8 > il)xtd::basic_string< char_t, traits_t, allocator_t >inline
basic_string(std::initializer_list< xtd::wchar > il)xtd::basic_string< char_t, traits_t, allocator_t >inline
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
begin() -> iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
bposxtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
c_str() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
cbegin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
cend() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
chars() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
chars() noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
chunk(xtd::size size) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
class_name()xtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
class_name(const object_t &object)xtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
class_name(const std::type_info &info)xtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
compare(const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare(size_type pos1, size_type count1, const basic_string &str) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare(size_type pos1, size_type count1, const basic_string &str, size_type pos2) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare(size_type pos1, size_type count1, const basic_string &str, size_type pos2, size_type count2) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare(const_pointer s) constxtd::basic_string< char_t, traits_t, allocator_t >inline
compare_to(const basic_string< char_t, traits_t, allocator_t > &obj) const noexcept=0xtd::icomparable< basic_string< char_t, traits_t, allocator_t > >pure virtual
concat(const ienumerable< char_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
const_iterator typedefxtd::basic_string< char_t, traits_t, allocator_t >
const_pointer typedefxtd::basic_string< char_t, traits_t, allocator_t >
const_reference typedefxtd::basic_string< char_t, traits_t, allocator_t >
const_reverse_iterator typedefxtd::basic_string< char_t, traits_t, allocator_t >
contains(const char_t &value) const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
contains(const char_t &value, const xtd::collections::generic::iequality_comparer< char_t > &comparer) const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
count() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
xtd::collections::generic::ienumerable< char_t >::count(const std::function< bool(const char_t &)> &predicate) const noexcept -> xtd::sizextd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
xtd::collections::generic::ienumerable< char_t >::count(const char_t &value) const noexcept -> xtd::sizextd::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 xtd::collections::generic::iequality_comparer< key_t > &key_comparer) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
data() const noexceptxtd::basic_string< char_t, traits_t, allocator_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
difference_type typedefxtd::basic_string< char_t, traits_t, allocator_t >
distinct() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
distinct(const xtd::collections::generic::iequality_comparer< char_t > &comparer) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
empty() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
empty_stringxtd::basic_string< char_t, traits_t, allocator_t >static
end() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
end() -> iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinevirtual
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
enumerator_type typedefxtd::basic_string< char_t, traits_t, allocator_t >
eposxtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
xtd::equals(const object &obj) const noexceptxtd::objectvirtual
xtd::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
xtd::iequatable< basic_string< char_t, traits_t, allocator_t > >::equals(const basic_string< char_t, traits_t, allocator_t > &) const noexcept=0xtd::iequatable< basic_string< char_t, traits_t, allocator_t > >pure virtual
first_or_default(const std::function< bool(const char_t &)> &predicate, const char_t &default_value) const noexcept -> char_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
first_or_default(const std::function< bool(const char_t &)> &predicate) const noexcept -> char_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
first_or_default(const char_t default_value) const noexcept -> char_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
first_or_default() const noexcept -> char_txtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
full_class_name()xtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
full_class_name(const object_t &object)xtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
full_class_name(const std::type_info &info)xtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
get_enumerator() const -> xtd::collections::generic::enumerator< char_t >=0xtd::collections::generic::ienumerable< char_t >pure virtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
is_empty() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inline
iterator typedefxtd::basic_string< char_t, traits_t, allocator_t >
length() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
memberwise_clone() constxtd::object
nposxtd::basic_string< char_t, traits_t, allocator_t >inlinestatic
object()=defaultxtd::object
order()xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
order(const xtd::collections::generic::icomparer< char_t > &comparer)xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
order_by(const std::function< char_t(const char_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
order_by(const std::function< key_t(const char_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
order_by_descending(const std::function< key_t(const char_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
order_by_descending(const std::function< char_t(const char_t &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
pointer typedefxtd::basic_string< char_t, traits_t, allocator_t >
reference typedefxtd::basic_string< char_t, traits_t, allocator_t >
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
reverse_iterator typedefxtd::basic_string< char_t, traits_t, allocator_t >
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 &, xtd::size index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
select(const std::function< char_t(const char_t &, xtd::size index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline
size() const noexceptxtd::basic_string< char_t, traits_t, allocator_t >inlinevirtual
size_type typedefxtd::basic_string< char_t, traits_t, allocator_t >
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
to_array() const noexcept -> xtd::array< char_t >xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_const_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_iterator(typename source_collection_t::iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_iterator(typename source_collection_t::iterator &value, source_collection_t &source_collection, target_collection_t &target_collection) noexcept -> typename target_collection_t::iteratorxtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > >inlinestatic
to_list() const noexcept -> xtd::collections::generic::list< char_t >xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >
to_string() constxtd::objectvirtual
traits_type typedefxtd::basic_string< char_t, traits_t, allocator_t >
value_type typedefxtd::basic_string< char_t, traits_t, allocator_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 &, xtd::size)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t >inline