LLVM API Documentation
#include <FoldingSet.h>
Public Member Functions | |
bool | operator== (const FoldingSetIteratorImpl &RHS) const |
bool | operator!= (const FoldingSetIteratorImpl &RHS) const |
Protected Member Functions | |
FoldingSetIteratorImpl (void **Bucket) | |
void | advance () |
Protected Attributes | |
FoldingSetNode * | NodePtr |
FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table.
Definition at line 642 of file FoldingSet.h.
FoldingSetIteratorImpl::FoldingSetIteratorImpl | ( | void ** | Bucket | ) | [protected] |
Definition at line 390 of file FoldingSet.cpp.
References GetNextPtr(), and NodePtr.
void FoldingSetIteratorImpl::advance | ( | ) | [protected] |
Definition at line 399 of file FoldingSet.cpp.
References GetBucketPtr(), llvm::FoldingSetImpl::Node::getNextInBucket(), GetNextPtr(), and NodePtr.
Referenced by llvm::FoldingSetIterator< T >::operator++().
bool llvm::FoldingSetIteratorImpl::operator!= | ( | const FoldingSetIteratorImpl & | RHS | ) | const [inline] |
Definition at line 652 of file FoldingSet.h.
References NodePtr.
bool llvm::FoldingSetIteratorImpl::operator== | ( | const FoldingSetIteratorImpl & | RHS | ) | const [inline] |
Definition at line 649 of file FoldingSet.h.
References NodePtr.
FoldingSetNode* llvm::FoldingSetIteratorImpl::NodePtr [protected] |
Definition at line 644 of file FoldingSet.h.
Referenced by advance(), FoldingSetIteratorImpl(), operator!=(), llvm::FoldingSetIterator< T >::operator*(), llvm::FoldingSetIterator< T >::operator->(), and operator==().