LLVM  8.0.1
Public Member Functions | List of all members
llvm::const_set_bits_iterator_impl< BitVectorT > Class Template Reference

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_imploperator++ ()
 
unsigned operator* () const
 
bool operator== (const const_set_bits_iterator_impl &Other) const
 
bool operator!= (const const_set_bits_iterator_impl &Other) const
 

Detailed Description

template<typename BitVectorT>
class llvm::const_set_bits_iterator_impl< BitVectorT >

ForwardIterator for the bits that are set.

Iterators get invalidated when resize / reserve is called.

Definition at line 32 of file BitVector.h.

Constructor & Destructor Documentation

◆ const_set_bits_iterator_impl() [1/3]

template<typename BitVectorT >
llvm::const_set_bits_iterator_impl< BitVectorT >::const_set_bits_iterator_impl ( const BitVectorT &  Parent,
int  Current 
)
inline

◆ const_set_bits_iterator_impl() [2/3]

template<typename BitVectorT >
llvm::const_set_bits_iterator_impl< BitVectorT >::const_set_bits_iterator_impl ( const BitVectorT &  Parent)
inlineexplicit

◆ const_set_bits_iterator_impl() [3/3]

template<typename BitVectorT >
llvm::const_set_bits_iterator_impl< BitVectorT >::const_set_bits_iterator_impl ( const const_set_bits_iterator_impl< BitVectorT > &  )
default

Member Function Documentation

◆ operator!=()

template<typename BitVectorT >
bool llvm::const_set_bits_iterator_impl< BitVectorT >::operator!= ( const const_set_bits_iterator_impl< BitVectorT > &  Other) const
inline

Definition at line 67 of file BitVector.h.

References assert().

◆ operator*()

template<typename BitVectorT >
unsigned llvm::const_set_bits_iterator_impl< BitVectorT >::operator* ( ) const
inline

Definition at line 59 of file BitVector.h.

◆ operator++() [1/2]

template<typename BitVectorT >
const_set_bits_iterator_impl llvm::const_set_bits_iterator_impl< BitVectorT >::operator++ ( int  )
inline

Definition at line 48 of file BitVector.h.

◆ operator++() [2/2]

template<typename BitVectorT >
const_set_bits_iterator_impl& llvm::const_set_bits_iterator_impl< BitVectorT >::operator++ ( )
inline

Definition at line 54 of file BitVector.h.

◆ operator==()

template<typename BitVectorT >
bool llvm::const_set_bits_iterator_impl< BitVectorT >::operator== ( const const_set_bits_iterator_impl< BitVectorT > &  Other) const
inline

Definition at line 61 of file BitVector.h.

References assert().


The documentation for this class was generated from the following file: