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 ()=default
 AllocatorHolder (const Alloc &A)
 AllocatorHolder (Alloc &&A)
AllocgetAllocator ()
const AllocgetAllocator () const

Detailed Description

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

Definition at line 111 of file AllocatorBase.h.

Constructor & Destructor Documentation

◆ AllocatorHolder() [1/3]

template<typename Alloc>
llvm::detail::AllocatorHolder< Alloc >::AllocatorHolder ( )
default

◆ AllocatorHolder() [2/3]

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

Definition at line 114 of file AllocatorBase.h.

◆ AllocatorHolder() [3/3]

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

Definition at line 115 of file AllocatorBase.h.

Member Function Documentation

◆ getAllocator() [1/2]

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

Definition at line 116 of file AllocatorBase.h.

◆ getAllocator() [2/2]

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

Definition at line 117 of file AllocatorBase.h.


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