foobar2000 SDK
2015-08-03
|
#include <bit_array_impl.h>
Public Member Functions | |
bit_array_xor (const bit_array &p_a1, const bit_array &p_a2) | |
bool | get (t_size n) const |
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 | |
const bit_array & | a1 |
const bit_array & | a2 |
Additional Inherited Members | |
Protected Member Functions inherited from pfc::bit_array | |
bit_array () | |
~bit_array () | |
Combines two arrays using the XOR logical operator.
Valid index range is an intersection of valid index ranges of the parameter arrays.
Definition at line 86 of file bit_array_impl.h.
Definition at line 90 of file bit_array_impl.h.
|
inlinevirtual |
Implements pfc::bit_array.
Definition at line 91 of file bit_array_impl.h.
|
private |
Definition at line 88 of file bit_array_impl.h.
|
private |
Definition at line 88 of file bit_array_impl.h.