LLVM: llvm::FoldingSetBucketIteratorImpl Class Reference (original) (raw)
FoldingSetBucketIteratorImpl - This is the common bucket iterator support shared by all folding sets, which knows how to walk a particular bucket of a folding set hash table. More...
#include "[llvm/ADT/FoldingSet.h](FoldingSet%5F8h%5Fsource.html)"
| Protected Attributes | |
|---|---|
| void * | Ptr |
FoldingSetBucketIteratorImpl - This is the common bucket iterator support shared by all folding sets, which knows how to walk a particular bucket of a folding set hash table.
Definition at line 749 of file FoldingSet.h.
| FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl ( void ** Bucket) | explicitprotected |
|---|
◆ FoldingSetBucketIteratorImpl() [2/2]
| llvm::FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl ( void ** Bucket, bool ) | inlineprotected |
|---|
◆ advance()
| void llvm::FoldingSetBucketIteratorImpl::advance ( ) | inlineprotected |
|---|
◆ operator!=()
◆ operator==()
◆ Ptr
| void* llvm::FoldingSetBucketIteratorImpl::Ptr | protected |
|---|
The documentation for this class was generated from the following files:
- include/llvm/ADT/FoldingSet.h
- lib/Support/FoldingSet.cpp