LLVM API Documentation

Public Types | Static Public Member Functions
llvm::PointerLikeTypeTraits< Use ** > Class Template Reference

#include <Use.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable = 2 }

Static Public Member Functions

static void * getAsVoidPointer (Use **P)
static Use ** getFromVoidPointer (void *P)

Detailed Description

template<>
class llvm::PointerLikeTypeTraits< Use ** >

Definition at line 45 of file Use.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 51 of file Use.h.


Member Function Documentation

static void* llvm::PointerLikeTypeTraits< Use ** >::getAsVoidPointer ( Use **  P) [inline, static]

Definition at line 47 of file Use.h.

static Use** llvm::PointerLikeTypeTraits< Use ** >::getFromVoidPointer ( void *  P) [inline, static]

Definition at line 48 of file Use.h.


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