class TrailingObjects::FixedSizeStorageOwner

Declaration

class TrailingObjects::FixedSizeStorageOwner { /* full declaration omitted */ };

Description

A type that acts as the owner for an object placed into fixed storage.

Declared at: llvm/include/llvm/Support/TrailingObjects.h:373

Method Overview

Methods

FixedSizeStorageOwner(BaseTy* p)

Declared at: llvm/include/llvm/Support/TrailingObjects.h:375

Parameters

BaseTy* p

BaseTy* get()

Declared at: llvm/include/llvm/Support/TrailingObjects.h:381

const BaseTy* get() const

Declared at: llvm/include/llvm/Support/TrailingObjects.h:382

~FixedSizeStorageOwner()

Declared at: llvm/include/llvm/Support/TrailingObjects.h:376