add(const key_t &key, const value_t value)=0 | xtd::collections::generic::idictionary< key_t, value_t > | pure virtual |
aggregate(const std::function< source_t(const source_t &, const source_t &)> &func) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
aggregate(const source_t &seed, const std::function< source_t(const source_t &, const source_t &)> &func) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const source_t &, const accumulate_t &)> &func) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
aggregate(const source_t &seed, const std::function< source_t(const source_t &, const source_t &)> &func, const std::function< source_t(const source_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const source_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
all(const std::function< bool(const source_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
any() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
any(const std::function< bool(const source_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
append(const source_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
average() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
begin() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, enumerable_t > | inlinevirtual |
begin() | xtd::collections::generic::extensions::enumerable_iterators< type_t, enumerable_t > | inlinevirtual |
cast() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
cbegin() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, enumerable_t > | inlinevirtual |
cend() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, enumerable_t > | inlinevirtual |
chunk(size_t size) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
concat(const ienumerable< source_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
const_iterator typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
contains(const source_t &value) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
contains(const source_t &value, const xtd::collections::generic::iequality_comparer< source_t > &comparer) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
count() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
count(const std::function< bool(const source_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
count_by(const std::function< key_t(const source_t &)> &key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
count_by(const std::function< key_t(const source_t &)> &key_selector, const iequality_comparer< key_t > &key_comparer) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
default_if_empty(const source_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
end() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, enumerable_t > | inlinevirtual |
end() | xtd::collections::generic::extensions::enumerable_iterators< type_t, enumerable_t > | inlinevirtual |
first_or_default(const std::function< bool(const source_t &)> &predicate, const source_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
first_or_default(const std::function< bool(const source_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
first_or_default(const source_t default_value) const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
first_or_default() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
get_enumerator() const=0 | xtd::collections::generic::ienumerable< xtd::collections::generic::key_value_pair< key_t, value_t > > | pure virtual |
ienumerable typedef | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | |
iterator typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
key_collection typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
key_type typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
keys() const noexcept=0 | xtd::collections::generic::idictionary< key_t, value_t > | pure virtual |
list typedef | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | |
mapped_type typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
operator[](const key_t &key) const =0 | xtd::collections::generic::idictionary< key_t, value_t > | pure virtual |
operator[](const key_t &key)=0 | xtd::collections::generic::idictionary< key_t, value_t > | pure virtual |
select(const std::function< result_t(const source_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
select(const std::function< source_t(const source_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
select(const std::function< result_t(const source_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
select(const std::function< source_t(const source_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
to_list() const noexcept | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | |
value_collection typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
value_type typedef | xtd::collections::generic::idictionary< key_t, value_t > | |
values() const noexcept=0 | xtd::collections::generic::idictionary< key_t, value_t > | pure virtual |
where(const std::function< bool(const source_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |
where(const std::function< bool(const source_t &, size_t)> &predicate) const | xtd::collections::generic::extensions::enumerable< enumerable_t, source_t > | inline |