LLVM API Documentation

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

Profile traits for integers. More...

#include <ImmutableSet.h>

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 829 of file ImmutableSet.h.

Member Typedef Documentation

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

Definition at line 830 of file ImmutableSet.h.

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

Definition at line 831 of file ImmutableSet.h.

Member Function Documentation

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

Definition at line 833 of file ImmutableSet.h.

References llvm::FoldingSetNodeID::AddInteger().


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