Tools.h++ Manual

104011 Tandem Computers Incorporated 23-1
<generic.h> Classes 23
RWGBitVec(size)
Synopsis
#include <rw/gbitvec.h>
declare(RWGBitVec,
size
)
RWGBitVec
(size)
a
;
Description
RWGBitVec
(size) is a bit vector of fixed length size. The length cannot be
changed dynamically (see class
RWBitVec
if you need a bit vector whose
length can be changed at run time). Objects of type
RWGBitVec
(size) are
declared with macros defined in the standard C++ header file <generic.h>.
Bits are numbered from 0 through size–1, inclusive.