|
LLVM 22.0.0git
|
ForwardIterator for the bits that are set. More...
#include "llvm/ADT/BitVector.h"
Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = unsigned |
| using | pointer = const 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++ () |
| 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 53 of file BitVector.h.
| using llvm::const_set_bits_iterator_impl< BitVectorT >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 52 of file BitVector.h.
| using llvm::const_set_bits_iterator_impl< BitVectorT >::pointer = const value_type * |
Definition at line 55 of file BitVector.h.
| using llvm::const_set_bits_iterator_impl< BitVectorT >::reference = value_type |
Definition at line 56 of file BitVector.h.
| using llvm::const_set_bits_iterator_impl< BitVectorT >::value_type = unsigned |
Definition at line 54 of file BitVector.h.
|
inline |
Definition at line 58 of file BitVector.h.
|
inlineexplicit |
Definition at line 60 of file BitVector.h.
|
default |
|
inline |
Definition at line 94 of file BitVector.h.
|
inline |
Definition at line 86 of file BitVector.h.
|
inline |
Definition at line 70 of file BitVector.h.
|
inline |
Definition at line 64 of file BitVector.h.
|
inline |
Definition at line 81 of file BitVector.h.
|
inline |
Definition at line 75 of file BitVector.h.
|
inline |
Definition at line 88 of file BitVector.h.