LLVM API Documentation

Public Types | Static Public Member Functions
llvm::PointerLikeTypeTraits< const T * > Class Template Reference

#include <PointerLikeTypeTraits.h>

List of all members.

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) [inline, static]

Definition at line 56 of file PointerLikeTypeTraits.h.

template<typename T >
static const T* llvm::PointerLikeTypeTraits< const T * >::getFromVoidPointer ( const void *  P) [inline, static]

Definition at line 59 of file PointerLikeTypeTraits.h.


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