_type_handle | BitMask< WordType, num_bits > | [private, static] |
_word | BitMask< WordType, num_bits > | [private] |
all_off() | BitMask< WordType, num_bits > | [inline, static] |
all_on() | BitMask< WordType, num_bits > | [inline, static] |
bit(int index) | BitMask< WordType, num_bits > | [inline, static] |
BitMask() | BitMask< WordType, num_bits > | [inline] |
BitMask(WordType init_value) | BitMask< WordType, num_bits > | [inline] |
BitMask(const BitMask< WordType, num_bits > ©) | BitMask< WordType, num_bits > | [inline] |
clear() | BitMask< WordType, num_bits > | [inline] |
clear_bit(int index) | BitMask< WordType, num_bits > | [inline] |
compare_to(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
extract(int low_bit, int size) const | BitMask< WordType, num_bits > | [inline] |
generate_hash(ChecksumHashGenerator &hashgen) const | BitMask< WordType, num_bits > | [inline] |
get_bit(int index) const | BitMask< WordType, num_bits > | [inline] |
get_class_type() | BitMask< WordType, num_bits > | [inline, static] |
get_num_bits() const | BitMask< WordType, num_bits > | [inline] |
get_word() const | BitMask< WordType, num_bits > | [inline] |
init_type() | BitMask< WordType, num_bits > | [static] |
invert_in_place() | BitMask< WordType, num_bits > | [inline] |
is_zero() const | BitMask< WordType, num_bits > | [inline] |
lower_on(int on_bits) | BitMask< WordType, num_bits > | [inline, static] |
operator &(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
operator &=(const BitMask< WordType, num_bits > &other) | BitMask< WordType, num_bits > | [inline] |
operator!=(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
operator<(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
operator<<(int shift) const | BitMask< WordType, num_bits > | [inline] |
operator<<=(int shift) | BitMask< WordType, num_bits > | [inline] |
operator=(const BitMask< WordType, num_bits > ©) | BitMask< WordType, num_bits > | [inline] |
operator==(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
operator>>(int shift) const | BitMask< WordType, num_bits > | [inline] |
operator>>=(int shift) | BitMask< WordType, num_bits > | [inline] |
operator^(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
operator^=(const BitMask< WordType, num_bits > &other) | BitMask< WordType, num_bits > | [inline] |
operator|(const BitMask< WordType, num_bits > &other) const | BitMask< WordType, num_bits > | [inline] |
operator|=(const BitMask< WordType, num_bits > &other) | BitMask< WordType, num_bits > | [inline] |
operator~() const | BitMask< WordType, num_bits > | [inline] |
output(ostream &out) const | BitMask< WordType, num_bits > | |
output_binary(ostream &out, int spaces_every=4) const | BitMask< WordType, num_bits > | |
output_hex(ostream &out, int spaces_every=4) const | BitMask< WordType, num_bits > | |
set_bit(int index) | BitMask< WordType, num_bits > | [inline] |
set_bit_to(int index, bool value) | BitMask< WordType, num_bits > | [inline] |
set_word(WordType value) | BitMask< WordType, num_bits > | [inline] |
store(WordType value, int low_bit, int size) | BitMask< WordType, num_bits > | [inline] |
write(ostream &out, int indent_level=0) const | BitMask< WordType, num_bits > | |
~BitMask() | BitMask< WordType, num_bits > | [inline] |