LLVM API Documentation

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

#include <PointerUnion.h>

List of all members.

Public Types

enum  { NumLowBitsAvailable }

Static Public Member Functions

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

Detailed Description

template<typename PT1, typename PT2>
class llvm::PointerLikeTypeTraits< PointerUnion< PT1, PT2 > >

Definition at line 201 of file PointerUnion.h.


Member Enumeration Documentation

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

Definition at line 213 of file PointerUnion.h.


Member Function Documentation

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

Definition at line 204 of file PointerUnion.h.

References llvm::PointerUnion< PT1, PT2 >::getOpaqueValue().

template<typename PT1 , typename PT2 >
static PointerUnion<PT1, PT2> llvm::PointerLikeTypeTraits< PointerUnion< PT1, PT2 > >::getFromVoidPointer ( void *  P) [inline, static]

Definition at line 208 of file PointerUnion.h.


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