LLVM 22.0.0git
llvm::detail::AllocatorHolder< Alloc & > Class Template Reference

#include "llvm/Support/AllocatorBase.h"

Inheritance diagram for llvm::detail::AllocatorHolder< Alloc & >:
[legend]

Public Member Functions

 AllocatorHolder (Alloc &A)
AllocgetAllocator ()
const AllocgetAllocator () const

Detailed Description

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

Definition at line 120 of file AllocatorBase.h.

Constructor & Destructor Documentation

◆ AllocatorHolder()

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: