|
Chombo + EB
3.0
|
#include <BitSet.H>
Public Member Functions | |
| BitSetTrueIterator () | |
| BitSetTrueIterator (const BitSet &bitset) | |
| void | define (const BitSet &a_bitset) |
| int | operator() () const |
| bool | ok () const |
| void | operator++ () |
| void | begin () |
| void | end () |
Private Attributes | |
| const BITSETWORD * | m_bits |
| BITSETWORD | m_wordCache |
| int | m_size |
| int | m_length |
| int | m_pos |
| int | m_index |
|
inline |
|
inline |
References end(), m_bits, m_index, m_length, and operator++().
|
inline |
References end(), BitSet::m_bits, m_bits, m_index, BitSet::m_length, m_length, BitSet::m_size, m_size, m_wordCache, and operator++().
Referenced by DenseIntVectSetIterator::define().
|
inline |
References m_pos.
|
inline |
Referenced by DenseIntVectSetIterator::ok().
|
inline |
References BITSETWORDSIZE, m_bits, m_index, m_length, m_pos, m_size, m_wordCache, and BitSet::trueMasks.
Referenced by begin(), BitSetTrueIterator(), and define().
|
inline |
References m_index, m_wordCache, and operator++().
Referenced by DenseIntVectSetIterator::begin().
|
inline |
References m_index, m_length, m_pos, m_size, and m_wordCache.
Referenced by BitSetTrueIterator(), define(), and DenseIntVectSetIterator::end().
|
private |
Referenced by BitSetTrueIterator(), define(), and operator++().
|
private |
Referenced by begin(), define(), end(), and operator++().
|
private |
Referenced by define(), end(), ok(), and operator++().
|
private |
Referenced by BitSetTrueIterator(), define(), end(), and operator++().
|
private |
Referenced by end(), ok(), operator()(), and operator++().
|
private |
Referenced by begin(), BitSetTrueIterator(), define(), end(), and operator++().
1.8.13