LLVM API Documentation
#include <SmallPtrSet.h>


Public Member Functions | |
| SmallPtrSetIteratorImpl (const void *const *BP) | |
| bool | operator== (const SmallPtrSetIteratorImpl &RHS) const |
| bool | operator!= (const SmallPtrSetIteratorImpl &RHS) const |
Protected Member Functions | |
| void | AdvanceIfNotValid () |
Protected Attributes | |
| const void *const * | Bucket |
Definition at line 139 of file SmallPtrSet.h.
| llvm::SmallPtrSetIteratorImpl::SmallPtrSetIteratorImpl | ( | const void *const * | BP | ) | [inline, explicit] |
| bool llvm::SmallPtrSetIteratorImpl::operator== | ( | const SmallPtrSetIteratorImpl & | RHS | ) | const [inline] |
| bool llvm::SmallPtrSetIteratorImpl::operator!= | ( | const SmallPtrSetIteratorImpl & | RHS | ) | const [inline] |
| void llvm::SmallPtrSetIteratorImpl::AdvanceIfNotValid | ( | ) | [inline, protected] |
AdvanceIfNotValid - If the current bucket isn't valid, advance to a bucket that is. This is guaranteed to stop because the end() bucket is marked valid.
Definition at line 158 of file SmallPtrSet.h.
References Bucket, llvm::SmallPtrSetImpl::getEmptyMarker(), and llvm::SmallPtrSetImpl::getTombstoneMarker().
Referenced by llvm::SmallPtrSetIterator< PtrTy >::operator++(), and SmallPtrSetIteratorImpl().
const void* const* llvm::SmallPtrSetIteratorImpl::Bucket [protected] |
Definition at line 141 of file SmallPtrSet.h.
Referenced by AdvanceIfNotValid(), operator!=(), llvm::SmallPtrSetIterator< PtrTy >::operator++(), and operator==().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.