LLVM API Documentation

Public Types | Static Public Member Functions
llvm::simplify_type< const IntrusiveRefCntPtr< T > > Struct Template Reference

#include <IntrusiveRefCntPtr.h>

List of all members.

Public Types

typedef TSimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (const IntrusiveRefCntPtr< T > &Val)

Detailed Description

template<class T>
struct llvm::simplify_type< const IntrusiveRefCntPtr< T > >

Definition at line 275 of file IntrusiveRefCntPtr.h.


Member Typedef Documentation

template<class T >
typedef T* llvm::simplify_type< const IntrusiveRefCntPtr< T > >::SimpleType

Definition at line 276 of file IntrusiveRefCntPtr.h.


Member Function Documentation

template<class T >
static SimpleType llvm::simplify_type< const IntrusiveRefCntPtr< T > >::getSimplifiedValue ( const IntrusiveRefCntPtr< T > &  Val) [inline, static]

Definition at line 277 of file IntrusiveRefCntPtr.h.

References llvm::IntrusiveRefCntPtr< T >::get().


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