LLVM 19.0.0git
Public Member Functions | List of all members
llvm::detail::AllocatorHolder< Alloc & > Class Template Reference

#include "llvm/Support/AllocatorBase.h"

Public Member Functions

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

Detailed Description

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

Definition at line 119 of file AllocatorBase.h.

Constructor & Destructor Documentation

◆ AllocatorHolder()

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

Definition at line 123 of file AllocatorBase.h.

Member Function Documentation

◆ getAllocator() [1/2]

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

Definition at line 124 of file AllocatorBase.h.

References A.

◆ getAllocator() [2/2]

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

Definition at line 125 of file AllocatorBase.h.

References A.


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