LLVM 20.0.0git
|
ForwardIterator for the bits that are set. More...
#include "llvm/ADT/BitVector.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = int |
using | pointer = value_type * |
using | reference = value_type & |
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 34 of file BitVector.h.
using llvm::const_set_bits_iterator_impl< BitVectorT >::difference_type = std::ptrdiff_t |
Definition at line 45 of file BitVector.h.
using llvm::const_set_bits_iterator_impl< BitVectorT >::iterator_category = std::forward_iterator_tag |
Definition at line 44 of file BitVector.h.
using llvm::const_set_bits_iterator_impl< BitVectorT >::pointer = value_type* |
Definition at line 47 of file BitVector.h.
using llvm::const_set_bits_iterator_impl< BitVectorT >::reference = value_type& |
Definition at line 48 of file BitVector.h.
using llvm::const_set_bits_iterator_impl< BitVectorT >::value_type = int |
Definition at line 46 of file BitVector.h.
|
inline |
Definition at line 50 of file BitVector.h.
|
inlineexplicit |
Definition at line 52 of file BitVector.h.
|
default |
|
inline |
Definition at line 75 of file BitVector.h.
References assert(), and llvm::Other.
|
inline |
Definition at line 67 of file BitVector.h.
|
inline |
Definition at line 62 of file BitVector.h.
|
inline |
Definition at line 56 of file BitVector.h.
|
inline |
Definition at line 69 of file BitVector.h.
References assert(), and llvm::Other.