LLVM 22.0.0git
|
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More...
#include "llvm/ADT/SmallPtrSet.h"
Public Types | |
using | value_type = PtrTy |
using | reference = PtrTy |
using | pointer = PtrTy |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
const PtrTy | operator* () const |
SmallPtrSetIterator & | operator++ () |
SmallPtrSetIterator | operator++ (int) |
SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E, const DebugEpochBase &Epoch) | |
Public Member Functions inherited from llvm::SmallPtrSetIteratorImpl | |
SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E, const DebugEpochBase &Epoch) | |
bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Public Member Functions inherited from llvm::DebugEpochBase::HandleBase | |
HandleBase ()=default | |
HandleBase (const DebugEpochBase *) | |
bool | isHandleInSync () const |
const void * | getEpochAddress () const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::SmallPtrSetIteratorImpl | |
void * | dereference () const |
void | increment () |
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
Definition at line 333 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::difference_type = std::ptrdiff_t |
Definition at line 340 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::iterator_category = std::forward_iterator_tag |
Definition at line 341 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::pointer = PtrTy |
Definition at line 339 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::reference = PtrTy |
Definition at line 338 of file SmallPtrSet.h.
using llvm::SmallPtrSetIterator< PtrTy >::value_type = PtrTy |
Definition at line 337 of file SmallPtrSet.h.
|
inlinenodiscard |
Definition at line 347 of file SmallPtrSet.h.
|
inline |
Definition at line 351 of file SmallPtrSet.h.
|
inline |
Definition at line 356 of file SmallPtrSet.h.
|
inlineexplicit |
Definition at line 285 of file SmallPtrSet.h.