#include <bitvector.h>

Public Member Functions | |
| operator unsigned * () | |
Public Attributes | |
| unsigned | Buffer [(S+BitVectorIndexMask)>>BitVectorIndexShift] |
Template for a bit-vector buffer for storing S bits.
Bits are stored in unsigned integers, where bit index 0 is the least significant bit of the first integer.
Definition at line 82 of file bitvector.h.
| BitVectorBits< S >::operator unsigned * | ( | ) |
Address of Buffer.
Definition at line 92 of file bitvector.h.
| unsigned BitVectorBits< S >::Buffer[(S+BitVectorIndexMask)>>BitVectorIndexShift] |
Buffer used to store bits.
Definition at line 87 of file bitvector.h.
1.6.1