class AllocatorHolder

Declaration

template <typename Alloc>
class AllocatorHolder { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/AllocatorBase.h:104

Templates

Alloc

Method Overview

Methods

AllocatorHolder<Alloc>()

Declared at: llvm/include/llvm/Support/AllocatorBase.h:106

AllocatorHolder<Alloc>(const Alloc& A)

Declared at: llvm/include/llvm/Support/AllocatorBase.h:107

Parameters

const Alloc& A

AllocatorHolder<Alloc>(Alloc&& A)

Declared at: llvm/include/llvm/Support/AllocatorBase.h:108

Parameters

Alloc&& A

Alloc& getAllocator()

Declared at: llvm/include/llvm/Support/AllocatorBase.h:109

const Alloc& getAllocator() const

Declared at: llvm/include/llvm/Support/AllocatorBase.h:110