LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > > Struct Template Reference

#include "llvm/ADT/PointerUnion.h"

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>
struct llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > >

Definition at line 333 of file PointerUnion.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 343 of file PointerUnion.h.

Member Function Documentation

◆ getAsVoidPointer()

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

◆ getFromVoidPointer()

template<typename PT1 , typename PT2 , typename PT3 >
static PointerUnion3<PT1, PT2, PT3> llvm::PointerLikeTypeTraits< PointerUnion3< PT1, PT2, PT3 > >::getFromVoidPointer ( void *  P)
inlinestatic

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