#include <bitvector.h>

Public Member Functions | |
| BitVector () | |
BitVector is a thin template which provides an object contining a bit-vector of S bits and the methods to manipuate it.
Definition at line 240 of file bitvector.h.
Constructor which clears all bits in the bit-vector.
Definition at line 246 of file bitvector.h.
1.6.1