class AllocatorHolder
Declaration
template <typename Alloc>
class AllocatorHolder { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/AllocatorBase.h:104
Templates
- Alloc
Method Overview
- public AllocatorHolder<Alloc>()
- public AllocatorHolder<Alloc>(const Alloc & A)
- public AllocatorHolder<Alloc>(Alloc && A)
- public Alloc & getAllocator()
- public const Alloc & getAllocator() const
Methods
¶AllocatorHolder<Alloc>()
AllocatorHolder<Alloc>()
Declared at: llvm/include/llvm/Support/AllocatorBase.h:106
¶AllocatorHolder<Alloc>(const Alloc& A)
AllocatorHolder<Alloc>(const Alloc& A)
Declared at: llvm/include/llvm/Support/AllocatorBase.h:107
Parameters
- const Alloc& A
¶AllocatorHolder<Alloc>(Alloc&& A)
AllocatorHolder<Alloc>(Alloc&& A)
Declared at: llvm/include/llvm/Support/AllocatorBase.h:108
Parameters
- Alloc&& A
¶Alloc& getAllocator()
Alloc& getAllocator()
Declared at: llvm/include/llvm/Support/AllocatorBase.h:109
¶const Alloc& getAllocator() const
const Alloc& getAllocator() const
Declared at: llvm/include/llvm/Support/AllocatorBase.h:110