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

#include "llvm/Support/PointerLikeTypeTraits.h"

Public Types

enum  { NumLowBitsAvailable = NonConst::NumLowBitsAvailable }
 
typedef PointerLikeTypeTraits< T * > NonConst
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 91 of file PointerLikeTypeTraits.h.

Member Typedef Documentation

◆ NonConst

template<typename T >
typedef PointerLikeTypeTraits<T *> llvm::PointerLikeTypeTraits< const T * >::NonConst

Definition at line 92 of file PointerLikeTypeTraits.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
NumLowBitsAvailable 

Definition at line 100 of file PointerLikeTypeTraits.h.

Member Function Documentation

◆ getAsVoidPointer()

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

Definition at line 94 of file PointerLikeTypeTraits.h.

◆ getFromVoidPointer()

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

Definition at line 97 of file PointerLikeTypeTraits.h.


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