LLVM: llvm::detail::AllocatorHolder< Alloc & > Class Template Reference (original) (raw)

#include "[llvm/Support/AllocatorBase.h](AllocatorBase%5F8h%5Fsource.html)"

Inheritance diagram for llvm::detail::AllocatorHolder< Alloc & >:

[legend]

Public Member Functions
AllocatorHolder (Alloc &A)
Alloc & getAllocator ()
const Alloc & getAllocator () const

Detailed Description

template<typename Alloc>
class llvm::detail::AllocatorHolder< Alloc & >

Definition at line 120 of file AllocatorBase.h.

Constructor & Destructor Documentation

template<typename Alloc>

llvm::detail::AllocatorHolder< Alloc & >::AllocatorHolder ( Alloc & A) inline

Definition at line 124 of file AllocatorBase.h.

References llvm::Alloc.

Member Function Documentation

getAllocator() [1/2]

template<typename Alloc>

Alloc & llvm::detail::AllocatorHolder< Alloc & >::getAllocator ( ) inline

Definition at line 125 of file AllocatorBase.h.

References llvm::Alloc.

getAllocator() [2/2]

template<typename Alloc>

const Alloc & llvm::detail::AllocatorHolder< Alloc & >::getAllocator ( ) const inline

Definition at line 126 of file AllocatorBase.h.

References llvm::Alloc.


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