#include <BitVector.H>
Collaboration diagram for BVIter:

Public Member Functions | |
| BVIter (const BitVector &bv) throw () | |
| bool | Next (unsigned int &res) throw () |
Private Attributes | |
| const BitVector * | bv |
| unsigned int | bitIndex |
| unsigned int | wordIndex |
| Word | mask |
Definition at line 306 of file BitVector.H.
| BVIter::BVIter | ( | const BitVector & | bv | ) | throw () [inline] |
Definition at line 308 of file BitVector.H.
| bool BVIter::Next | ( | unsigned int & | res | ) | throw () |
Definition at line 1275 of file BitVector.C.
Referenced by VPKFile::CycleDeletedNamesInList(), CE::T::CycleNames(), Weeder::MarkWork(), FV::ListApp::Pack(), BitVector::PrintAll(), and SPKFile::Update().
Here is the caller graph for this function:

const BitVector* BVIter::bv [private] |
Definition at line 318 of file BitVector.H.
unsigned int BVIter::bitIndex [private] |
Definition at line 319 of file BitVector.H.
unsigned int BVIter::wordIndex [private] |
Definition at line 320 of file BitVector.H.
Word BVIter::mask [private] |
Definition at line 321 of file BitVector.H.
1.5.1