golib
0.5
|
#include <gospecialarrays.h>
Public Member Functions | |
goBitArray (goSize_t bitsize) | |
int | operator[] (goSize_t n) |
void | set (goSize_t n) |
void | unSet (goSize_t n) |
void | clear () |
goArray< goBitArray_t > & | getArray () |
void | ANDNOT (goBitArray &other) |
Array addressing single bits
|
inline |
bitsize | Size in bits of the array |
|
inline |
Clears the whole array.
|
inline |
|
inline |
n | Index of a bit in the array |
|
inline |
n | Index of a bit to be set |
|
inline |
n | Index of a bit to be unset (set to zero) |