LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::PointerLikeTypeTraits< const T * > Class Template Reference

#include <PointerLikeTypeTraits.h>

Public Types

enum  { NumLowBitsAvailable = NonConst::NumLowBitsAvailable }
 

Static Public Member Functions

static const void * getAsVoidPointer (const T *P)
 
static const TgetFromVoidPointer (const void *P)
 

Detailed Description

template<typename T>
class llvm::PointerLikeTypeTraits< const T * >

Definition at line 52 of file PointerLikeTypeTraits.h.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 62 of file PointerLikeTypeTraits.h.

Member Function Documentation

template<typename T >
static const void* llvm::PointerLikeTypeTraits< const T * >::getAsVoidPointer ( const T P)
inlinestatic

Definition at line 56 of file PointerLikeTypeTraits.h.

template<typename T >
static const T* llvm::PointerLikeTypeTraits< const T * >::getFromVoidPointer ( const void *  P)
inlinestatic

Definition at line 59 of file PointerLikeTypeTraits.h.


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