LLVM API Documentation
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More...
#include <SmallPtrSet.h>
Public Types | |
typedef PtrTy | value_type |
typedef PtrTy | reference |
typedef PtrTy | pointer |
typedef std::ptrdiff_t | difference_type |
typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
SmallPtrSetIterator (const void *const *BP, const void *const *E) | |
const PtrTy | operator* () const |
SmallPtrSetIterator & | operator++ () |
SmallPtrSetIterator | operator++ (int) |
![]() | |
SmallPtrSetIteratorImpl (const void *const *BP, const void *const *E) | |
bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Additional Inherited Members | |
![]() | |
void | AdvanceIfNotValid () |
![]() | |
const void *const * | Bucket |
const void *const * | End |
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
Definition at line 174 of file SmallPtrSet.h.
typedef std::ptrdiff_t llvm::SmallPtrSetIterator< PtrTy >::difference_type |
Definition at line 181 of file SmallPtrSet.h.
typedef std::forward_iterator_tag llvm::SmallPtrSetIterator< PtrTy >::iterator_category |
Definition at line 182 of file SmallPtrSet.h.
typedef PtrTy llvm::SmallPtrSetIterator< PtrTy >::pointer |
Definition at line 180 of file SmallPtrSet.h.
typedef PtrTy llvm::SmallPtrSetIterator< PtrTy >::reference |
Definition at line 179 of file SmallPtrSet.h.
typedef PtrTy llvm::SmallPtrSetIterator< PtrTy >::value_type |
Definition at line 178 of file SmallPtrSet.h.
|
inlineexplicit |
Definition at line 184 of file SmallPtrSet.h.
|
inline |
Definition at line 189 of file SmallPtrSet.h.
References llvm::SmallPtrSetIteratorImpl::Bucket, and llvm::SmallPtrSetIteratorImpl::End.
|
inline |
Definition at line 194 of file SmallPtrSet.h.
References llvm::SmallPtrSetIteratorImpl::AdvanceIfNotValid(), and llvm::SmallPtrSetIteratorImpl::Bucket.
|
inline |
Definition at line 200 of file SmallPtrSet.h.