#include <bitvector.h>
Inheritance diagram for BitVectorBits< S >:

Bits are stored in unsigned integers, where bit index 0 is the least significant bit of the first integer.
Definition at line 74 of file bitvector.h.
Public Member Functions | |
| operator unsigned * () | |
Public Attributes | |
| unsigned | Buffer [(S+BitVectorIndexMask)>>BitVectorIndexShift] |
|
|||||||||
|
Address of Buffer. Definition at line 84 of file bitvector.h. |
|
|||||
|
Buffer used to store bits. Definition at line 79 of file bitvector.h. |
1.4.4