This is the complete list of members for xtd::collections::bit_array, including all inherited members.
| and_(const bit_array &value) -> const bit_array & | xtd::collections::bit_array | |
| base_type typedef | xtd::collections::bit_array | |
| 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 -> std::bitset< length > | xtd::collections::bit_array | inline |
| bits() const noexcept -> std::vector< bool > | xtd::collections::bit_array | inline |
| clone() const override | xtd::collections::bit_array | virtual |
| const_pointer typedef | xtd::collections::bit_array | |
| const_reference typedef | xtd::collections::bit_array | |
| copy_to(xtd::array< bool > &array, xtd::size index) const -> void override | xtd::collections::bit_array | |
| count() const noexcept -> xtd::size override | xtd::collections::bit_array | |
| difference_type typedef | xtd::collections::bit_array | |
| equals(const bit_array &value) const noexcept -> bool override | xtd::collections::bit_array | |
| equals(const object &obj) const noexcept -> bool 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 -> bool | xtd::collections::bit_array | |
| get(xtd::size index) -> bool & | 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 -> bool | xtd::collections::bit_array | |
| has_any_set() const noexcept -> bool | xtd::collections::bit_array | |
| left_shift(xtd::size count) noexcept -> bit_array & | xtd::collections::bit_array | |
| length() const noexcept -> xtd::size | xtd::collections::bit_array | |
| length(xtd::size value) -> void | xtd::collections::bit_array | |
| memberwise_clone() const | xtd::object | |
| not_() -> const bit_array & | xtd::collections::bit_array | |
| object()=default | xtd::object | |
| operator&(const bit_array &value) const -> bit_array | xtd::collections::bit_array | |
| operator&=(const bit_array &value) -> bit_array & | xtd::collections::bit_array | |
| operator<<(xtd::size count) const noexcept -> bit_array | xtd::collections::bit_array | |
| operator<<=(xtd::size count) noexcept -> bit_array & | xtd::collections::bit_array | |
| operator>>(xtd::size count) const noexcept -> bit_array | xtd::collections::bit_array | |
| operator>>=(xtd::size count) noexcept -> bit_array & | xtd::collections::bit_array | |
| operator[](xtd::size index) const -> const bool & | xtd::collections::bit_array | |
| operator[](xtd::size index) -> bool & | xtd::collections::bit_array | |
| operator^(const bit_array &value) const -> bit_array | xtd::collections::bit_array | |
| operator^=(const bit_array &value) -> bit_array & | xtd::collections::bit_array | |
| operator|(const bit_array &value) const -> bit_array | xtd::collections::bit_array | |
| operator|=(const bit_array &value) -> bit_array & | xtd::collections::bit_array | |
| operator~() const -> bit_array | xtd::collections::bit_array | |
| or_(const bit_array &value) -> const bit_array & | 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 -> bit_array & | xtd::collections::bit_array | |
| set(xtd::size index, bool value) -> void | xtd::collections::bit_array | |
| set_all(bool value) -> void | xtd::collections::bit_array | |
| size_type typedef | xtd::collections::bit_array | |
| to_string() const noexcept -> xtd::string override | xtd::collections::bit_array | virtual |
| value_type typedef | xtd::collections::bit_array | |
| xor_(const bit_array &value) -> const bit_array & | xtd::collections::bit_array |