LLVM
8.0.1
|
ForwardIterator for the bits that are set. More...
#include "llvm/ADT/BitVector.h"
Public Member Functions | |
const_set_bits_iterator_impl (const BitVectorT &Parent, int Current) | |
const_set_bits_iterator_impl (const BitVectorT &Parent) | |
const_set_bits_iterator_impl (const const_set_bits_iterator_impl &)=default | |
const_set_bits_iterator_impl | operator++ (int) |
const_set_bits_iterator_impl & | operator++ () |
unsigned | operator* () const |
bool | operator== (const const_set_bits_iterator_impl &Other) const |
bool | operator!= (const const_set_bits_iterator_impl &Other) const |
ForwardIterator for the bits that are set.
Iterators get invalidated when resize / reserve is called.
Definition at line 32 of file BitVector.h.
|
inline |
Definition at line 42 of file BitVector.h.
Referenced by llvm::const_set_bits_iterator_impl< BitVectorT >::const_set_bits_iterator_impl().
|
inlineexplicit |
Definition at line 44 of file BitVector.h.
References llvm::const_set_bits_iterator_impl< BitVectorT >::const_set_bits_iterator_impl().
|
default |
|
inline |
Definition at line 67 of file BitVector.h.
References assert().
|
inline |
Definition at line 59 of file BitVector.h.
|
inline |
Definition at line 48 of file BitVector.h.
|
inline |
Definition at line 54 of file BitVector.h.
|
inline |
Definition at line 61 of file BitVector.h.
References assert().