LLVM 22.0.0git
llvm::ImmutableListImpl< T > Class Template Reference

#include "llvm/ADT/ImmutableList.h"

Inheritance diagram for llvm::ImmutableListImpl< T >:
[legend]

Public Member Functions

 ImmutableListImpl (const ImmutableListImpl &)=delete
ImmutableListImploperator= (const ImmutableListImpl &)=delete
const TgetHead () const
const ImmutableListImplgetTail () const
void Profile (FoldingSetNodeID &ID)
Public Member Functions inherited from llvm::FoldingSetBase::Node
 Node ()=default
void * getNextInBucket () const
void SetNextInBucket (void *N)

Static Public Member Functions

static void Profile (FoldingSetNodeID &ID, const T &H, const ImmutableListImpl *L)

Friends

class ImmutableListFactory< T >

Detailed Description

template<typename T>
class llvm::ImmutableListImpl< T >

Definition at line 28 of file ImmutableList.h.

Constructor & Destructor Documentation

◆ ImmutableListImpl()

template<typename T>
llvm::ImmutableListImpl< T >::ImmutableListImpl ( const ImmutableListImpl< T > & )
delete

Member Function Documentation

◆ getHead()

template<typename T>
const T & llvm::ImmutableListImpl< T >::getHead ( ) const
inline

Definition at line 42 of file ImmutableList.h.

References T.

◆ getTail()

template<typename T>
const ImmutableListImpl * llvm::ImmutableListImpl< T >::getTail ( ) const
inline

Definition at line 43 of file ImmutableList.h.

◆ operator=()

template<typename T>
ImmutableListImpl & llvm::ImmutableListImpl< T >::operator= ( const ImmutableListImpl< T > & )
delete

◆ Profile() [1/2]

template<typename T>
void llvm::ImmutableListImpl< T >::Profile ( FoldingSetNodeID & ID)
inline

Definition at line 51 of file ImmutableList.h.

References Profile.

◆ Profile() [2/2]

template<typename T>
void llvm::ImmutableListImpl< T >::Profile ( FoldingSetNodeID & ID,
const T & H,
const ImmutableListImpl< T > * L )
inlinestatic

Definition at line 45 of file ImmutableList.h.

References H, and T.

Referenced by llvm::ImmutableListFactory< T >::concat().

◆ ImmutableListFactory< T >

template<typename T>
friend class ImmutableListFactory< T >
friend

Definition at line 1 of file ImmutableList.h.


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