all_off() | DoubleBitMask< BMType > | inlinestatic |
all_on() | DoubleBitMask< BMType > | inlinestatic |
bit(int index) | DoubleBitMask< BMType > | inlinestatic |
BitMaskType typedef (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | |
clear() | DoubleBitMask< BMType > | inline |
clear_bit(int index) | DoubleBitMask< BMType > | inline |
clear_range(int low_bit, int size) | DoubleBitMask< BMType > | inline |
compare_to(const DoubleBitMask< BMType > &other) const | DoubleBitMask< BMType > | inline |
DoubleBitMask()=default (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | |
extract(int low_bit, int size) const | DoubleBitMask< BMType > | inline |
generate_hash(ChecksumHashGenerator &hashgen) const | DoubleBitMask< BMType > | inline |
get_bit(int index) const | DoubleBitMask< BMType > | inline |
get_class_type() (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inlinestatic |
get_highest_off_bit() const | DoubleBitMask< BMType > | inline |
get_highest_on_bit() const | DoubleBitMask< BMType > | inline |
get_lowest_off_bit() const | DoubleBitMask< BMType > | inline |
get_lowest_on_bit() const | DoubleBitMask< BMType > | inline |
get_max_num_bits() (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inlinestatic |
get_next_higher_different_bit(int low_bit) const | DoubleBitMask< BMType > | inline |
get_num_bits() const | DoubleBitMask< BMType > | |
get_num_off_bits() const | DoubleBitMask< BMType > | inline |
get_num_on_bits() const | DoubleBitMask< BMType > | inline |
half_bits enum value (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | |
has_all_of(int low_bit, int size) const | DoubleBitMask< BMType > | inline |
has_any_of(int low_bit, int size) const | DoubleBitMask< BMType > | inline |
has_bits_in_common(const DoubleBitMask< BMType > &other) const | DoubleBitMask< BMType > | inline |
has_max_num_bits() (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inlinestatic |
init_type() (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | static |
invert_in_place() | DoubleBitMask< BMType > | inline |
is_all_on() const | DoubleBitMask< BMType > | inline |
is_zero() const | DoubleBitMask< BMType > | inline |
lower_on(int on_bits) | DoubleBitMask< BMType > | inlinestatic |
num_bits enum value (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | |
operator !=(const DoubleBitMask< BMType > &other) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator &(const DoubleBitMask< BMType > &other) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator &=(const DoubleBitMask< BMType > &other) (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator >>(int shift) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator >>=(int shift) (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator ^(const DoubleBitMask< BMType > &other) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator ^=(const DoubleBitMask< BMType > &other) (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator ~() const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator<(const DoubleBitMask< BMType > &other) const | DoubleBitMask< BMType > | inline |
operator<<(int shift) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator<<=(int shift) (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator==(const DoubleBitMask< BMType > &other) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator|(const DoubleBitMask< BMType > &other) const (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
operator|=(const DoubleBitMask< BMType > &other) (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | inline |
output(std::ostream &out) const | DoubleBitMask< BMType > | |
output_binary(std::ostream &out, int spaces_every=4) const | DoubleBitMask< BMType > | |
output_hex(std::ostream &out, int spaces_every=4) const | DoubleBitMask< BMType > | |
range(int low_bit, int size) | DoubleBitMask< BMType > | inlinestatic |
set_bit(int index) | DoubleBitMask< BMType > | inline |
set_bit_to(int index, bool value) | DoubleBitMask< BMType > | inline |
set_range(int low_bit, int size) | DoubleBitMask< BMType > | inline |
set_range_to(bool value, int low_bit, int size) | DoubleBitMask< BMType > | inline |
store(WordType value, int low_bit, int size) | DoubleBitMask< BMType > | inline |
WordType typedef (defined in DoubleBitMask< BMType >) | DoubleBitMask< BMType > | |
write(std::ostream &out, int indent_level=0) const | DoubleBitMask< BMType > | |