LLVM: llvm::SmallPtrSetIteratorImpl Class Reference (original) (raw)

SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator. More...

#include "[llvm/ADT/SmallPtrSet.h](SmallPtrSet%5F8h%5Fsource.html)"

Inheritance diagram for llvm::SmallPtrSetIteratorImpl:

Public Member Functions
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
Protected Member Functions
void * dereference () const
void increment ()

Detailed Description

SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator.

Definition at line 282 of file SmallPtrSet.h.

Constructor & Destructor Documentation

Member Function Documentation

dereference()

void * llvm::SmallPtrSetIteratorImpl::dereference ( ) const inlineprotected

increment()

void llvm::SmallPtrSetIteratorImpl::increment ( ) inlineprotected

operator!=()

operator==()


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