Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWGBitVec(size)
Synopsis
Description
Persistence
Example
Public Constructors
Assignment Operators
Indexing Operators
Public Member Functions
Related Global Functions
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.
Persistence
None