#include <bit_array.h>

Public Member Functions | |
| virtual bool | get (t_size n) const =0 |
| virtual t_size | find (bool val, t_size start, t_ssize count) const |
| bool | operator[] (t_size n) const |
| t_size | calc_count (bool val, t_size start, t_size count, t_size count_max=~0) const |
| t_size | find_first (bool val, t_size start, t_size max) const |
| t_size | find_next (bool val, t_size previous, t_size max) const |
Protected Member Functions | |
| bit_array () | |
| ~bit_array () | |
| bit_array::bit_array | ( | ) | [inline, protected] |
| bit_array::~bit_array | ( | ) | [inline, protected] |
| virtual bool bit_array::get | ( | t_size | n | ) | const [pure virtual] |
Reimplemented in bit_array_not, bit_array_true, bit_array_false, bit_array_val, and bit_array_one.
| bool bit_array::operator[] | ( | t_size | n | ) | const [inline] |
| t_size bit_array::calc_count | ( | bool | val, | |
| t_size | start, | |||
| t_size | count, | |||
| t_size | count_max = ~0 | |||
| ) | const [inline] |
1.5.5