LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Friends | List of all members
llvm::ImmutableListImpl< T > Class Template Reference

#include <ImmutableList.h>

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

Public Member Functions

const TgetHead () const
 
const ImmutableListImplgetTail () const
 
void Profile (FoldingSetNodeID &ID)
 
- Public Member Functions inherited from llvm::FoldingSetImpl::Node
 Node ()
 
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 27 of file ImmutableList.h.

Member Function Documentation

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

Definition at line 40 of file ImmutableList.h.

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

Definition at line 41 of file ImmutableList.h.

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

Definition at line 49 of file ImmutableList.h.

References llvm::ImmutableListImpl< T >::Profile().

Friends And Related Function Documentation

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

Definition at line 34 of file ImmutableList.h.


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