add(const type_t &item)=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const type_t &seed, const std::function< type_t(const type_t &, const type_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const type_t &seed, const std::function< type_t(const type_t &, const type_t &)> &func, const std::function< type_t(const type_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
aggregate(const accumulate_t &seed, const std::function< accumulate_t(const type_t &, const accumulate_t &)> &func, const std::function< result_t(const accumulate_t &)> &result_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
all(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
any() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
any(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
append(const type_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
begin() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
begin() | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
cbegin() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
cend() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
chunk(size_t size) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
clear()=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
concat(const ienumerable< type_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
const_iterator typedef | xtd::collections::generic::ilist< type_t > | |
contains(const type_t &item) const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
xtd::collections::generic::ienumerable::contains(const type_t &value, const xtd::collections::generic::iequality_comparer< type_t > &comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
copy_to(xtd::array< type_t > &array, xtd::size array_index) const =0 | xtd::collections::generic::icollection< type_t > | pure virtual |
count() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
xtd::collections::generic::ienumerable::count(const std::function< bool(const type_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
count_by(const std::function< key_t(const type_t &)> &key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
count_by(const std::function< key_t(const type_t &)> &key_selector, const iequality_comparer< key_t > &key_comparer) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
default_if_empty(const type_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
end() const | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
end() | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default(const std::function< bool(const type_t &)> &predicate) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default(const type_t default_value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
first_or_default() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
get_enumerator() const =0 | xtd::collections::generic::ienumerable< type_t > | pure virtual |
ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
index_of(const type_t &item) const noexcept=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
insert(xtd::size index, const type_t &item)=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
is_fixed_size() const noexcept=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
is_read_only() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
is_synchronized() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
iterator typedef | xtd::collections::generic::ilist< type_t > | |
list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
npos | xtd::collections::generic::ilist< type_t > | inlinestatic |
operator[](xtd::size index) const =0 | xtd::collections::generic::ilist< type_t > | pure virtual |
operator[](xtd::size index)=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
remove(const type_t &item)=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
remove_at(xtd::size index)=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
select(const std::function< result_t(const type_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< type_t(const type_t &)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< result_t(const type_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
select(const std::function< type_t(const type_t &, size_t index)> &selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
sync_root() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
to_list() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
where(const std::function< bool(const type_t &)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
where(const std::function< bool(const type_t &, size_t)> &predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |