LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< PointerEmbeddedInt< IntT, Bits > > Class Template Reference

#include <PointerEmbeddedInt.h>

Public Types

enum  { NumLowBitsAvailable = T::Shift }
 

Static Public Member Functions

static void * getAsVoidPointer (const T &P)
 
static T getFromVoidPointer (void *P)
 
static T getFromVoidPointer (const void *P)
 

Detailed Description

template<typename IntT, int Bits>
class llvm::PointerLikeTypeTraits< PointerEmbeddedInt< IntT, Bits > >

Definition at line 83 of file PointerEmbeddedInt.h.

Member Enumeration Documentation

template<typename IntT , int Bits>
anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 97 of file PointerEmbeddedInt.h.

Member Function Documentation

template<typename IntT , int Bits>
static void* llvm::PointerLikeTypeTraits< PointerEmbeddedInt< IntT, Bits > >::getAsVoidPointer ( const T P)
inlinestatic

Definition at line 87 of file PointerEmbeddedInt.h.

template<typename IntT , int Bits>
static T llvm::PointerLikeTypeTraits< PointerEmbeddedInt< IntT, Bits > >::getFromVoidPointer ( void *  P)
inlinestatic

Definition at line 90 of file PointerEmbeddedInt.h.

References T.

template<typename IntT , int Bits>
static T llvm::PointerLikeTypeTraits< PointerEmbeddedInt< IntT, Bits > >::getFromVoidPointer ( const void *  P)
inlinestatic

Definition at line 93 of file PointerEmbeddedInt.h.

References T.


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