xtd 0.2.0
xtd::collections::bit_array Member List

This is the complete list of members for xtd::collections::bit_array, including all inherited members.

aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) constxtd::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) constxtd::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) constxtd::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) constxtd::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) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
all(const std::function< bool(const type_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
allocator_type typedefxtd::collections::bit_array
and_(const bit_array &value)xtd::collections::bit_array
any() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
any(const std::function< bool(const type_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
append(const type_t &element) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
at(xtd::size index) constxtd::collections::bit_array
at(xtd::size index)xtd::collections::bit_array
average() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
base_type typedefxtd::collections::bit_array
begin() const noexcept overridextd::collections::bit_arrayinlinevirtual
begin() noexcept overridextd::collections::bit_arrayinlinevirtual
bit_array(xtd::size length) noexceptxtd::collections::bit_arrayexplicit
bit_array(xtd::size length, bool defaultValue) noexceptxtd::collections::bit_array
bit_array(std::initializer_list< bool > il) noexceptxtd::collections::bit_array
bit_array(const xtd::array< bool > &values) noexceptxtd::collections::bit_array
bit_array(const xtd::array< xtd::byte > &values) noexceptxtd::collections::bit_array
bit_array(const xtd::array< int32 > &values) noexceptxtd::collections::bit_array
bit_array(const std::bitset< length > &bit_set) noexceptxtd::collections::bit_arrayinline
bit_array(const std::vector< bool > &booleans) noexceptxtd::collections::bit_array
bits() const noexceptxtd::collections::bit_arrayinline
bits() const noexceptxtd::collections::bit_arrayinline
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
cbegin() const noexcept overridextd::collections::bit_arrayinlinevirtual
cend() const noexcept overridextd::collections::bit_arrayinlinevirtual
chunk(size_t size) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
clone() const overridextd::collections::bit_arrayvirtual
concat(const ienumerable< type_t > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
const_iterator typedefxtd::collections::bit_array
const_pointer typedefxtd::collections::bit_array
const_reference typedefxtd::collections::bit_array
xtd::collections::generic::ienumerable::contains(const type_t &value) const noexceptxtd::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 noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
copy_to(xtd::array< bool > &array, xtd::size index) const overridextd::collections::bit_arrayvirtual
count() const noexcept overridextd::collections::bit_arrayvirtual
xtd::collections::generic::ienumerable::count(const std::function< bool(const type_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
xtd::collections::generic::ienumerable::count(const type_t &value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
count_by(const std::function< key_t(const type_t &)> &key_selector) const noexceptxtd::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 noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
default_if_empty(const type_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
difference_type typedefxtd::collections::bit_array
empty() const noexceptxtd::collections::bit_arrayinlinevirtual
end() const noexcept overridextd::collections::bit_arrayinlinevirtual
end() noexcept overridextd::collections::bit_arrayinlinevirtual
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
equals(const bit_array &value) const noexcept overridextd::collections::bit_array
equals(const object &obj) const noexcept overridextd::collections::bit_arrayvirtual
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
iequatable< bit_array >::equals(const bit_array &) const noexcept=0xtd::iequatable< bit_array >pure virtual
first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default(const std::function< bool(const type_t &)> &predicate) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default(const type_t default_value) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
first_or_default() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
get(xtd::size index) constxtd::collections::bit_array
get(xtd::size index)xtd::collections::bit_array
get_enumerator() const overridextd::collections::bit_arrayvirtual
get_hash_code() const noexceptxtd::objectvirtual
get_type() const noexceptxtd::objectvirtual
has_all_set() const noexceptxtd::collections::bit_array
has_any_set() const noexceptxtd::collections::bit_array
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
is_read_only() const noexcept overridextd::collections::bit_arrayvirtual
is_synchronized() const noexcept overridextd::collections::bit_arrayvirtual
iterator typedefxtd::collections::bit_array
left_shift(xtd::size count) noexceptxtd::collections::bit_array
length() const noexceptxtd::collections::bit_array
length(xtd::size value)xtd::collections::bit_array
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
memberwise_clone() constxtd::objectinline
not_()xtd::collections::bit_array
object()=defaultxtd::object
operator<<(xtd::size count) const noexceptxtd::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) noexceptxtd::collections::bit_array
operator>>(xtd::size count) const noexceptxtd::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) noexceptxtd::collections::bit_array
operator[](xtd::size index) constxtd::collections::bit_array
operator[](xtd::size index)xtd::collections::bit_array
or_(const bit_array &value)xtd::collections::bit_array
pointer typedefxtd::collections::bit_array
reference typedefxtd::collections::bit_array
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexceptxtd::objectinlinestatic
right_shift(xtd::size count) noexceptxtd::collections::bit_array
select(const std::function< result_t(const type_t &)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
select(const std::function< type_t(const type_t &)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
select(const std::function< result_t(const type_t &, size_t index)> &selector) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
select(const std::function< type_t(const type_t &, size_t index)> &selector) constxtd::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 typedefxtd::collections::bit_array
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
sync_root() const noexcept overridextd::collections::bit_arrayvirtual
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexceptxtd::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) noexceptxtd::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) noexceptxtd::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) noexceptxtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >inlinestatic
to_list() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >
to_string() const noexcept overridextd::collections::bit_arrayvirtual
value_type typedefxtd::collections::bit_array
where(const std::function< bool(const type_t &)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
where(const std::function< bool(const type_t &, size_t)> &predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t >inline
xor_(const bit_array &value)xtd::collections::bit_array