|
foobar2000 SDK
2015-01-14
|
#include <bit_array_impl.h>
Inheritance diagram for bit_array_var_table_t< T >:Public Member Functions | |
| bit_array_var_table_t (T *p_data, t_size p_count, bool p_after=false) | |
| bool | get (t_size n) const |
| void | set (t_size n, bool val) |
Public Member Functions inherited from pfc::bit_array | |
| 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 |
Private Attributes | |
| bool | after |
| t_size | count |
| T * | data |
Additional Inherited Members | |
Protected Member Functions inherited from pfc::bit_array_var | |
| bit_array_var () | |
| ~bit_array_var () | |
Protected Member Functions inherited from pfc::bit_array | |
| bit_array () | |
| ~bit_array () | |
Definition at line 24 of file bit_array_impl.h.
|
inline |
Definition at line 30 of file bit_array_impl.h.
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 28 of file bit_array_impl.h.
|
private |
Definition at line 27 of file bit_array_impl.h.
|
private |
Definition at line 26 of file bit_array_impl.h.
1.8.9.1