LLVM API Documentation

llvm::SmallPtrSetIteratorImpl Class Reference

#include <SmallPtrSet.h>

Inheritance diagram for llvm::SmallPtrSetIteratorImpl:

Inheritance graph
[legend]
Collaboration diagram for llvm::SmallPtrSetIteratorImpl:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

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

Definition at line 139 of file SmallPtrSet.h.


Constructor & Destructor Documentation

llvm::SmallPtrSetIteratorImpl::SmallPtrSetIteratorImpl ( const void *const *  BP  )  [inline, explicit]

Definition at line 143 of file SmallPtrSet.h.

References AdvanceIfNotValid().


Member Function Documentation

bool llvm::SmallPtrSetIteratorImpl::operator== ( const SmallPtrSetIteratorImpl RHS  )  const [inline]

Definition at line 147 of file SmallPtrSet.h.

References Bucket.

bool llvm::SmallPtrSetIteratorImpl::operator!= ( const SmallPtrSetIteratorImpl RHS  )  const [inline]

Definition at line 150 of file SmallPtrSet.h.

References Bucket.

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().


Member Data Documentation

const void* const* llvm::SmallPtrSetIteratorImpl::Bucket [protected]


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.