#include <BitSet.H>
Public Member Functions | |
BitSetIterator () | |
BitSetIterator (const BitSet &bitset) | |
bool | operator() () const |
bool | ok () const |
void | operator++ () |
void | begin () |
void | end () |
Private Attributes | |
int | m_index |
int | m_remainder |
int | m_length |
int | m_partialBits |
const BitSet * | m_bitset |
Static Private Attributes | |
static BitSet | emptyBitSet |
BitSetIterator::BitSetIterator | ( | ) | [inline] |
BitSetIterator::BitSetIterator | ( | const BitSet & | bitset | ) | [inline] |
References BITSETWORDSIZE, m_length, and m_partialBits.
bool BitSetIterator::operator() | ( | ) | const [inline] |
References BitSet::m_bits, m_bitset, m_index, m_remainder, and BitSet::trueMasks.
bool BitSetIterator::ok | ( | ) | const [inline] |
References m_index, m_length, m_partialBits, and m_remainder.
Referenced by DenseIntVectSetIterator::ok(), and DenseIntVectSetIterator::operator++().
void BitSetIterator::operator++ | ( | ) | [inline] |
References BITSETWORDSIZE, m_index, and m_remainder.
void BitSetIterator::begin | ( | ) |
void BitSetIterator::end | ( | ) |
Referenced by DenseIntVectSetIterator::end().
int BitSetIterator::m_index [private] |
Referenced by ok(), operator()(), and operator++().
int BitSetIterator::m_remainder [private] |
Referenced by ok(), operator()(), and operator++().
int BitSetIterator::m_length [private] |
Referenced by BitSetIterator(), and ok().
int BitSetIterator::m_partialBits [private] |
Referenced by BitSetIterator(), and ok().
const BitSet* BitSetIterator::m_bitset [private] |
Referenced by operator()().
BitSet BitSetIterator::emptyBitSet [static, private] |