#include <bit_array_impl.h>
|
| bit_array_range (t_size first, t_size count, bool p_state=true) |
|
bool | get (t_size n) const |
|
t_size | calc_count (bool val, t_size start, t_size count, t_size count_max=~0) const |
|
virtual t_size | find (bool val, t_size start, t_ssize count) 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 |
|
bool | operator[] (t_size n) const |
|
Definition at line 49 of file bit_array_impl.h.
bit_array_range::bit_array_range |
( |
t_size |
first, |
|
|
t_size |
count, |
|
|
bool |
p_state = true |
|
) |
| |
|
inline |
bool bit_array_range::get |
( |
t_size |
n | ) |
const |
|
inlinevirtual |
bool bit_array_range::state |
|
private |
The documentation for this class was generated from the following file: