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 |
allocator_type typedef | xtd::collections::bit_array | |
and_(const bit_array &value) | xtd::collections::bit_array | |
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 |
at(xtd::size index) const | xtd::collections::bit_array | |
at(xtd::size index) | xtd::collections::bit_array | |
average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
base_type typedef | xtd::collections::bit_array | |
begin() const noexcept override | xtd::collections::bit_array | inlinevirtual |
begin() noexcept override | xtd::collections::bit_array | inlinevirtual |
bit_array(xtd::size length) noexcept | xtd::collections::bit_array | explicit |
bit_array(xtd::size length, bool defaultValue) noexcept | xtd::collections::bit_array | |
bit_array(std::initializer_list< bool > il) noexcept | xtd::collections::bit_array | |
bit_array(const xtd::array< bool > &values) noexcept | xtd::collections::bit_array | |
bit_array(const xtd::array< xtd::byte > &values) noexcept | xtd::collections::bit_array | |
bit_array(const xtd::array< int32 > &values) noexcept | xtd::collections::bit_array | |
bit_array(const std::bitset< length > &bit_set) noexcept | xtd::collections::bit_array | inline |
bit_array(const std::vector< bool > &booleans) noexcept | xtd::collections::bit_array | |
bits() const noexcept | xtd::collections::bit_array | inline |
bits() const noexcept | xtd::collections::bit_array | inline |
cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
cbegin() const noexcept override | xtd::collections::bit_array | inlinevirtual |
cend() const noexcept override | xtd::collections::bit_array | inlinevirtual |
chunk(size_t size) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
clone() const override | xtd::collections::bit_array | 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::bit_array | |
const_pointer typedef | xtd::collections::bit_array | |
const_reference typedef | xtd::collections::bit_array | |
xtd::collections::generic::ienumerable::contains(const type_t &value) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
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< bool > &array, xtd::size index) const override | xtd::collections::bit_array | virtual |
count() const noexcept override | xtd::collections::bit_array | 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 |
xtd::collections::generic::ienumerable::count(const type_t &value) 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 |
difference_type typedef | xtd::collections::bit_array | |
empty() const noexcept | xtd::collections::bit_array | inlinevirtual |
end() const noexcept override | xtd::collections::bit_array | inlinevirtual |
end() noexcept override | xtd::collections::bit_array | inlinevirtual |
enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
equals(const bit_array &value) const noexcept override | xtd::collections::bit_array | |
equals(const object &obj) const noexcept override | xtd::collections::bit_array | virtual |
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
iequatable< bit_array >::equals(const bit_array &) const noexcept=0 | xtd::iequatable< bit_array > | pure virtual |
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(xtd::size index) const | xtd::collections::bit_array | |
get(xtd::size index) | xtd::collections::bit_array | |
get_enumerator() const override | xtd::collections::bit_array | virtual |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
has_all_set() const noexcept | xtd::collections::bit_array | |
has_any_set() const noexcept | xtd::collections::bit_array | |
ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
is_read_only() const noexcept override | xtd::collections::bit_array | virtual |
is_synchronized() const noexcept override | xtd::collections::bit_array | virtual |
iterator typedef | xtd::collections::bit_array | |
left_shift(xtd::size count) noexcept | xtd::collections::bit_array | |
length() const noexcept | xtd::collections::bit_array | |
length(xtd::size value) | xtd::collections::bit_array | |
list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
memberwise_clone() const | xtd::object | inline |
not_() | xtd::collections::bit_array | |
object()=default | xtd::object | |
operator<<(xtd::size count) const noexcept | xtd::collections::bit_array | |
icollection< bool >::operator<<(const type_t &item) | xtd::collections::generic::extensions::collection_operators< type_t, collection_t > | inlinevirtual |
operator<<=(xtd::size count) noexcept | xtd::collections::bit_array | |
operator>>(xtd::size count) const noexcept | xtd::collections::bit_array | |
icollection< bool >::operator>>(const type_t &item) | xtd::collections::generic::extensions::collection_operators< type_t, collection_t > | inlinevirtual |
operator>>=(xtd::size count) noexcept | xtd::collections::bit_array | |
operator[](xtd::size index) const | xtd::collections::bit_array | |
operator[](xtd::size index) | xtd::collections::bit_array | |
or_(const bit_array &value) | xtd::collections::bit_array | |
pointer typedef | xtd::collections::bit_array | |
reference typedef | xtd::collections::bit_array | |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
right_shift(xtd::size count) noexcept | xtd::collections::bit_array | |
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 |
set(xtd::size index, bool value) | xtd::collections::bit_array | |
set_all(bool value) | xtd::collections::bit_array | |
size_type typedef | xtd::collections::bit_array | |
source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
sync_root() const noexcept override | xtd::collections::bit_array | virtual |
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< type_t, xtd::collections::generic::ienumerable< type_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< type_t, xtd::collections::generic::ienumerable< type_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< type_t, xtd::collections::generic::ienumerable< type_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< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
to_list() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
to_string() const noexcept override | xtd::collections::bit_array | virtual |
value_type typedef | xtd::collections::bit_array | |
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 |
xor_(const bit_array &value) | xtd::collections::bit_array | |