Tools.h++ Class Reference

Table Of Contents
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
RWBitVec
Synopsis
Description
Persistence
Example
Public Constructors
Assignment Operators
Indexing Operators
Logical Operators
Public Member Functions
Related Global Functions
Synopsis
#include <rw/bitvec.h>
RWBitVec v;
Description
Class RWBitVec is a bitvector whose length can be changed at run time. Because this requires
an extra level of indirection, this makes it slightly less efficient than classes RWGBitVec(size)
or RWTBitVec<size>, whose lengths are fixed at compile time.
Persistence
Simple
Example
#include <rw/bitvec.h>
#include <rw/rstream.h>