LLVM API Documentation

Public Types | Static Public Member Functions
llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > > Class Template Reference

#include <PointerUnion.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable }

Static Public Member Functions

static void * getAsVoidPointer (const PointerUnion3< PT1, PT2, PT3 > &P)
static PointerUnion3< PT1, PT2,
PT3 > 
getFromVoidPointer (void *P)

Detailed Description

template<typename PT1, typename PT2, typename PT3>
class llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > >

Definition at line 340 of file PointerUnion.h.


Member Enumeration Documentation

template<typename PT1 , typename PT2 , typename PT3 >
anonymous enum
Enumerator:
NumLowBitsAvailable 

Definition at line 352 of file PointerUnion.h.


Member Function Documentation

template<typename PT1 , typename PT2 , typename PT3 >
static void* llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > >::getAsVoidPointer ( const PointerUnion3< PT1, PT2, PT3 > &  P) [inline, static]
template<typename PT1 , typename PT2 , typename PT3 >
static PointerUnion3<PT1, PT2, PT3> llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > >::getFromVoidPointer ( void *  P) [inline, static]

Definition at line 347 of file PointerUnion.h.


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