LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::FoldingSetImpl::Node Class Reference

#include <FoldingSet.h>

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

Public Member Functions

 Node ()
 
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 133 of file FoldingSet.h.

Constructor & Destructor Documentation

llvm::FoldingSetImpl::Node::Node ( )
inline

Definition at line 140 of file FoldingSet.h.

Member Function Documentation

void* llvm::FoldingSetImpl::Node::getNextInBucket ( ) const
inline
void llvm::FoldingSetImpl::Node::SetNextInBucket ( void *  N)
inline

Definition at line 144 of file FoldingSet.h.

References N.

Referenced by llvm::FoldingSetImpl::InsertNode(), and llvm::FoldingSetImpl::RemoveNode().


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