|
LLVM
8.0.1
|
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 | |
| SmallPtrSetIterator (const void *const *BP, const void *const *E, const DebugEpochBase &Epoch) | |
| const PtrTy | operator* () const |
| SmallPtrSetIterator & | operator++ () |
| SmallPtrSetIterator | operator++ (int) |
Public Member Functions inherited from llvm::SmallPtrSetIteratorImpl | |
| SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E) | |
| bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
| bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::SmallPtrSetIteratorImpl | |
| void | AdvanceIfNotValid () |
| AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is. More... | |
| void | RetreatIfNotValid () |
Protected Attributes inherited from llvm::SmallPtrSetIteratorImpl | |
| const void *const * | Bucket |
| const void *const * | End |
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
Definition at line 267 of file SmallPtrSet.h.
| using llvm::SmallPtrSetIterator< PtrTy >::difference_type = std::ptrdiff_t |
Definition at line 275 of file SmallPtrSet.h.
| using llvm::SmallPtrSetIterator< PtrTy >::iterator_category = std::forward_iterator_tag |
Definition at line 276 of file SmallPtrSet.h.
| using llvm::SmallPtrSetIterator< PtrTy >::pointer = PtrTy |
Definition at line 274 of file SmallPtrSet.h.
| using llvm::SmallPtrSetIterator< PtrTy >::reference = PtrTy |
Definition at line 273 of file SmallPtrSet.h.
| using llvm::SmallPtrSetIterator< PtrTy >::value_type = PtrTy |
Definition at line 272 of file SmallPtrSet.h.
|
inlineexplicit |
Definition at line 278 of file SmallPtrSet.h.
|
inline |
Definition at line 284 of file SmallPtrSet.h.
References assert(), and llvm::shouldReverseIterate().
|
inline |
Definition at line 294 of file SmallPtrSet.h.
References assert(), and llvm::shouldReverseIterate().
|
inline |
Definition at line 306 of file SmallPtrSet.h.
1.8.13