allocator_type typedef | xtd::collections::bit_array | |
and_(const bit_array &value) | xtd::collections::bit_array | |
at(xtd::size index) const | xtd::collections::bit_array | |
at(xtd::size index) | xtd::collections::bit_array | |
base_type typedef | xtd::collections::bit_array | |
begin() const noexcept override | xtd::collections::bit_array | inline |
begin() noexcept override | xtd::collections::bit_array | inline |
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 |
cbegin() const noexcept override | xtd::collections::bit_array | inline |
cend() const noexcept override | xtd::collections::bit_array | inline |
clone() const override | xtd::collections::bit_array | virtual |
const_iterator typedef | xtd::collections::bit_array | |
const_pointer typedef | xtd::collections::bit_array | |
const_reference typedef | xtd::collections::bit_array | |
copy_to(xtd::array< bool > &array, xtd::size index) const override | xtd::collections::bit_array | |
count() const noexcept override | xtd::collections::bit_array | |
difference_type typedef | xtd::collections::bit_array | |
empty() const noexcept | xtd::collections::bit_array | inlinevirtual |
end() const noexcept override | xtd::collections::bit_array | inline |
end() noexcept override | xtd::collections::bit_array | inline |
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 |
xtd::iequatable< bit_array >::equals(const bit_array &) const noexcept=0 | xtd::iequatable< bit_array > | pure virtual |
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 | |
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 | |
is_read_only() const noexcept override | xtd::collections::bit_array | |
is_synchronized() const noexcept override | xtd::collections::bit_array | |
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 | |
memberwise_clone() const | xtd::object | |
not_() | xtd::collections::bit_array | |
object()=default | xtd::object | |
operator<<(xtd::size count) const noexcept | xtd::collections::bit_array | |
operator<<=(xtd::size count) noexcept | xtd::collections::bit_array | |
operator>>(xtd::size count) const noexcept | xtd::collections::bit_array | |
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 | |
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 | |
sync_root() const noexcept override | xtd::collections::bit_array | |
to_string() const noexcept override | xtd::collections::bit_array | virtual |
value_type typedef | xtd::collections::bit_array | |
xor_(const bit_array &value) | xtd::collections::bit_array | |