LLVM 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
llvm::FoldingSetIteratorImpl Class Reference

FoldingSetIteratorImpl - This is the common iterator support shared by all folding sets, which knows how to walk the folding set hash table. More...

#include "llvm/ADT/FoldingSet.h"

Inheritance diagram for llvm::FoldingSetIteratorImpl:
Inheritance graph
[legend]

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

FoldingSetNodeNodePtr
 

Detailed Description

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 700 of file FoldingSet.h.

Constructor & Destructor Documentation

◆ FoldingSetIteratorImpl()

FoldingSetIteratorImpl::FoldingSetIteratorImpl ( void **  Bucket)
protected

Definition at line 390 of file FoldingSet.cpp.

References GetNextPtr(), and NodePtr.

Member Function Documentation

◆ advance()

void FoldingSetIteratorImpl::advance ( )
protected

◆ operator!=()

bool llvm::FoldingSetIteratorImpl::operator!= ( const FoldingSetIteratorImpl RHS) const
inline

Definition at line 712 of file FoldingSet.h.

References NodePtr, and RHS.

◆ operator==()

bool llvm::FoldingSetIteratorImpl::operator== ( const FoldingSetIteratorImpl RHS) const
inline

Definition at line 709 of file FoldingSet.h.

References NodePtr, and RHS.

Member Data Documentation

◆ NodePtr

FoldingSetNode* llvm::FoldingSetIteratorImpl::NodePtr
protected

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