LLVM  8.0.1
Public Member Functions | List of all members
llvm::FoldingSetBase::Node Class Reference

Node - This class is used to maintain the singly linked bucket list in a folding set. More...

#include "llvm/ADT/FoldingSet.h"

Inheritance diagram for llvm::FoldingSetBase::Node:
Inheritance graph
[legend]

Public Member Functions

 Node ()=default
 
void * getNextInBucket () const
 
void SetNextInBucket (void *N)
 

Detailed Description

Node - This class is used to maintain the singly linked bucket list in a folding set.

Definition at line 136 of file FoldingSet.h.

Constructor & Destructor Documentation

◆ Node()

llvm::FoldingSetBase::Node::Node ( )
default

Member Function Documentation

◆ getNextInBucket()

void* llvm::FoldingSetBase::Node::getNextInBucket ( ) const
inline

◆ SetNextInBucket()

void llvm::FoldingSetBase::Node::SetNextInBucket ( void *  N)
inline

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