LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
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]

List of all members.

Public Member Functions

const TgetHead () const
const ImmutableListImplgetTail () const
void Profile (FoldingSetNodeID &ID)

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 
) [inline, static]
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: