xtd 1.0.0
Loading...
Searching...
No Matches
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< bool(const bool &, const bool &)> &func) const -> boolxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
all(const std::function< bool(const bool &)> &predicate) const -> boolxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
and_(const bit_array &value) -> const bit_array &xtd::collections::bit_array
any() const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
append(const bool &element) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
as_enumerable() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
average() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
base_type typedefxtd::collections::bit_array
begin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< bool, xtd::collections::generic::ienumerable< bool > >inlinevirtual
bit_array(xtd::usize length) noexceptxtd::collections::bit_arrayexplicit
bit_array(xtd::usize 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 noexcept -> std::bitset< length >xtd::collections::bit_arrayinline
bits() const noexcept -> std::vector< bool >xtd::collections::bit_arrayinline
cast() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
cbegin() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< bool, xtd::collections::generic::ienumerable< bool > >inlinevirtual
cend() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< bool, xtd::collections::generic::ienumerable< bool > >inlinevirtual
chunk(xtd::usize size) constxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
clone() const overridextd::collections::bit_arrayvirtual
concat(const ienumerable< bool > &second) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
const_iterator typedefxtd::collections::generic::ienumerable< bool >
const_pointer typedefxtd::collections::bit_array
const_reference typedefxtd::collections::bit_array
copy_to(xtd::array< bool > &array, xtd::usize index) const -> void overridextd::collections::bit_arrayvirtual
count() const noexcept -> xtd::usize overridextd::collections::bit_arrayvirtual
count_by(const std::function< key_t(const bool &)> &key_selector) const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
default_if_empty() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
difference_type typedefxtd::collections::bit_array
distinct() const noexceptxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
empty() const noexcept -> boolxtd::collections::generic::extensions::collection_common< bool, icollection< bool > >inlinevirtual
end() const -> const_iteratorxtd::collections::generic::extensions::enumerable_iterators< bool, xtd::collections::generic::ienumerable< bool > >inlinevirtual
enumerable_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >
equals(const bit_array &value) const noexcept -> bool overridextd::collections::bit_array
equals(const object &obj) const noexcept -> bool overridextd::collections::bit_arrayvirtual
xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
xtd::iequatable< bit_array >::equals(const bit_array &) const noexcept -> bool=0xtd::iequatable< bit_array >pure virtual
first_or_default(const std::function< bool(const bool &)> &predicate, const bool &default_value) const noexcept -> boolxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
get(xtd::usize index) const -> boolxtd::collections::bit_array
get(xtd::usize index) -> bool &xtd::collections::bit_array
get_enumerator() const overridextd::collections::bit_arrayvirtual
get_hash_code() const noexcept -> xtd::usizextd::objectvirtual
get_type() const noexcept -> type_objectxtd::objectvirtual
has_all_set() const noexcept -> boolxtd::collections::bit_array
has_any_set() const noexcept -> boolxtd::collections::bit_array
ienumerable typedefxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >
iterator typedefxtd::collections::generic::ienumerable< bool >
left_shift(xtd::usize count) noexcept -> bit_array &xtd::collections::bit_array
length() const noexcept -> xtd::usizextd::collections::bit_array
length(xtd::usize value) -> voidxtd::collections::bit_array
list typedefxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >
memberwise_clone() const -> xtd::unique_ptr_object< object_t >xtd::object
not_() -> const bit_array &xtd::collections::bit_array
object()=defaultxtd::object
operator&(const bit_array &value) const -> bit_arrayxtd::collections::bit_array
operator&=(const bit_array &value) -> bit_array &xtd::collections::bit_array
operator<<(xtd::usize count) const noexcept -> bit_arrayxtd::collections::bit_array
xtd::collections::generic::icollection< bool >::operator<<(const bool &item) -> icollection< bool > &xtd::collections::generic::extensions::collection_common< bool, icollection< bool > >inlinevirtual
operator<<=(xtd::usize count) noexcept -> bit_array &xtd::collections::bit_array
operator>>(xtd::usize count) const noexcept -> bit_arrayxtd::collections::bit_array
xtd::collections::generic::icollection< bool >::operator>>(const bool &item) -> icollection< bool > &xtd::collections::generic::extensions::collection_common< bool, icollection< bool > >inlinevirtual
operator>>=(xtd::usize count) noexcept -> bit_array &xtd::collections::bit_array
operator[](xtd::usize index) const -> const bool &xtd::collections::bit_array
operator[](xtd::usize index) -> bool &xtd::collections::bit_array
operator^(const bit_array &value) const -> bit_arrayxtd::collections::bit_array
operator^=(const bit_array &value) -> bit_array &xtd::collections::bit_array
operator|(const bit_array &value) const -> bit_arrayxtd::collections::bit_array
operator|=(const bit_array &value) -> bit_array &xtd::collections::bit_array
operator~() const -> bit_arrayxtd::collections::bit_array
or_(const bit_array &value) -> const bit_array &xtd::collections::bit_array
order() constxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
order_by(const std::function< bool(const bool &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
order_by_descending(const std::function< key_t(const bool &)> &key_selector) constxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
pointer typedefxtd::collections::bit_array
reference typedefxtd::collections::bit_array
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept -> boolxtd::objectinlinestatic
right_shift(xtd::usize count) noexcept -> bit_array &xtd::collections::bit_array
select(auto &&selector) constxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
set(xtd::usize index, bool value) -> voidxtd::collections::bit_array
set_all(bool value) -> voidxtd::collections::bit_array
size() const noexcept -> xtd::usizextd::collections::generic::extensions::collection_common< bool, icollection< bool > >inlinevirtual
size_type typedefxtd::collections::bit_array
source_type typedefxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >
to_array() const noexcept -> xtd::array< bool >xtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >
to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< bool, xtd::collections::generic::ienumerable< bool > >inlinestatic
to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iteratorxtd::collections::generic::extensions::enumerable_iterators< bool, xtd::collections::generic::ienumerable< bool > >inlinestatic
to_list() const noexcept -> xtd::collections::generic::list< bool >xtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >
to_string() const noexcept -> xtd::string overridextd::collections::bit_arrayvirtual
value_type typedefxtd::collections::bit_array
where(auto &&predicate) constxtd::collections::generic::extensions::enumerable< ienumerable< bool >, bool >inline
xor_(const bit_array &value) -> const bit_array &xtd::collections::bit_array