LLVM API Documentation

Public Types | Static Public Member Functions
llvm::ImutProfileInteger< T > Struct Template Reference

Profile traits for integers. More...

#include <ImmutableSet.h>

List of all members.

Public Types

typedef const T value_type
typedef const Tvalue_type_ref

Static Public Member Functions

static void Profile (FoldingSetNodeID &ID, value_type_ref X)

Detailed Description

template<typename T>
struct llvm::ImutProfileInteger< T >

Profile traits for integers.

Definition at line 824 of file ImmutableSet.h.


Member Typedef Documentation

template<typename T >
typedef const T llvm::ImutProfileInteger< T >::value_type

Definition at line 825 of file ImmutableSet.h.

template<typename T >
typedef const T& llvm::ImutProfileInteger< T >::value_type_ref

Definition at line 826 of file ImmutableSet.h.


Member Function Documentation

template<typename T >
static void llvm::ImutProfileInteger< T >::Profile ( FoldingSetNodeID ID,
value_type_ref  X 
) [inline, static]

Definition at line 828 of file ImmutableSet.h.

References llvm::FoldingSetNodeID::AddInteger().


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