| aggregate(const std::function< char_t(const char_t &, const char_t &)> &func) const | xtd::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 | xtd::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 | xtd::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 | xtd::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 | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| all(const std::function< bool(const char_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| any() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| any(const std::function< bool(const char_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| append(const char_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| begin() const | xtd::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 noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| cbegin() const | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| cend() const | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinevirtual |
| chunk(size_t size) const | xtd::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(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) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare_to(const object &value) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| compare_to(const basic_string &value) const noexcept override | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| concat(const ienumerable< char_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| const_iterator typedef | xtd::collections::generic::ienumerable< char_t > | |
| contains(value_type value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| contains(const basic_string &value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| xtd::collections::generic::ienumerable< char_t >::contains(const char_t &value) const noexcept | xtd::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 noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count(const std::function< bool(const char_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count(const char_t &value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| count_by(const std::function< key_t(const char_t &)> &key_selector) const noexcept | xtd::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 noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| default_if_empty(const char_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| distinct() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| distinct(const xtd::collections::generic::iequality_comparer< char_t > &comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| end() const | xtd::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 noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| ends_with(value_type value, bool ignore_case) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| ends_with(const basic_string &value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| ends_with(const basic_string &value, bool ignore_case) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| ends_with(const basic_string &value, xtd::string_comparison comparison_type) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| equals(const object &obj) const noexcept override | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| equals(const basic_string &value) const noexcept override | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| equals(const basic_string &value, bool ignore_case) const noexcept | xtd::basic_string< 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 |
| find(const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find(const basic_string &str, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find(const_pointer s, size_type pos, size_type count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find(const_pointer s, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find(value_type ch) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find(value_type ch, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(const basic_string &str, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(const_pointer s, size_type pos, size_type count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(const_pointer s, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(char_t ch) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_not_of(char_t ch, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(const basic_string &str, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(const_pointer s, size_type pos, size_type count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(const_pointer s, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(char_t ch) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_first_of(char_t ch, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(const basic_string &str, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(const_pointer s, size_type pos, size_type count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(const_pointer s, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(char_t ch) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_not_of(char_t ch, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(const basic_string &str) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(const basic_string &str, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(const_pointer s, size_type pos, size_type count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(const_pointer s, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(char_t ch) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| find_last_of(char_t ch, size_type pos) const | xtd::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 noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| first_or_default(const std::function< bool(const char_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| first_or_default(const char_t default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| first_or_default() const noexcept | xtd::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_allocator() const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| get_base_type() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| get_enumerator() const noexcept override | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| get_hash_code() const noexcept override | xtd::basic_string< char_t, traits_t, allocator_t > | inlinevirtual |
| get_type() const noexcept | xtd::object | virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| index_of(const basic_string &value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| index_of(const basic_string &value, xtd::size start_index) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| index_of(const basic_string &value, xtd::size start_index, xtd::size count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| index_of(value_type value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| index_of(value_type value, xtd::size start_index) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| index_of(value_type value, xtd::size start_index, xtd::size count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| index_of_any(const xtd::array< value_type > &values) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | |
| index_of_any(const xtd::array< value_type > &values, xtd::size start_index) const | xtd::basic_string< char_t, traits_t, allocator_t > | |
| index_of_any(const xtd::array< value_type > &values, xtd::size start_index, xtd::size count) const | xtd::basic_string< char_t, traits_t, allocator_t > | |
| insert(xtd::size start_index, const basic_string &value) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| is_empty() const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| iterator typedef | xtd::collections::generic::ienumerable< char_t > | |
| last_index_of(const basic_string &value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| last_index_of(const basic_string &value, xtd::size start_index) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| last_index_of(const basic_string &value, xtd::size start_index, xtd::size count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| last_index_of(value_type value) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| last_index_of(value_type value, xtd::size start_index) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| last_index_of(value_type value, xtd::size start_index, xtd::size count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| last_index_of_any(const xtd::array< value_type > &values) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | |
| last_index_of_any(const xtd::array< value_type > &values, xtd::size start_index) const | xtd::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) const | xtd::basic_string< char_t, traits_t, allocator_t > | |
| list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| memberwise_clone() const | xtd::object | |
| object()=default | xtd::object | |
| order_by(const std::function< char_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by(const std::function< key_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by_descending(const std::function< key_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| order_by_descending(const std::function< char_t(const char_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| pad_left(xtd::size total_width) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| pad_left(xtd::size total_width, char32 padding_char) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| pad_right(xtd::size total_width) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| pad_right(xtd::size total_width, char32 padding_char) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| quoted() const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| quoted(value_type delimiter) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| quoted(value_type delimiter, value_type escape) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| remove(xtd::size start_index) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| remove(xtd::size start_index, xtd::size count) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| replace(value_type old_char, value_type new_char) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| replace(const basic_string &old_string, const basic_string &new_string) const noexcept | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| rfind(const_pointer s) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| rfind(const_pointer s, size_type pos) const | xtd::basic_string< char_t, traits_t, allocator_t > | inline |
| select(const std::function< result_t(const char_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| select(const std::function< char_t(const char_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| select(const std::function< result_t(const char_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| select(const std::function< char_t(const char_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| source_type typedef | 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 | xtd::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 | xtd::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 | xtd::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 | xtd::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 | xtd::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 | xtd::collections::generic::extensions::enumerable_iterators< char_t, xtd::collections::generic::ienumerable< char_t > > | inlinestatic |
| to_list() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | |
| to_string() const noexcept | xtd::object | virtual |
| value_type typedef | xtd::collections::generic::ienumerable< char_t > | |
| where(const std::function< bool(const char_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |
| where(const std::function< bool(const char_t &, size_t)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< char_t >, char_t > | inline |