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

#include "llvm/ADT/PointerUnion.h"

Public Types

enum  { NumLowBitsAvailable }
 

Static Public Member Functions

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

Detailed Description

template<typename PT1, typename PT2, typename PT3, typename PT4>
struct llvm::PointerLikeTypeTraits< PointerUnion4< PT1, PT2, PT3, PT4 > >

Definition at line 446 of file PointerUnion.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 457 of file PointerUnion.h.

Member Function Documentation

◆ getAsVoidPointer()

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

◆ getFromVoidPointer()

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

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