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
- public FixedSizeStorageOwner(BaseTy * p)
- public BaseTy * get()
- public const BaseTy * get() const
- public ~FixedSizeStorageOwner()
Methods
¶FixedSizeStorageOwner(BaseTy* p)
FixedSizeStorageOwner(BaseTy* p)
Declared at: llvm/include/llvm/Support/TrailingObjects.h:375
Parameters
- BaseTy* p
¶BaseTy* get()
BaseTy* get()
Declared at: llvm/include/llvm/Support/TrailingObjects.h:381
¶const BaseTy* get() const
const BaseTy* get() const
Declared at: llvm/include/llvm/Support/TrailingObjects.h:382
¶~FixedSizeStorageOwner()
~FixedSizeStorageOwner()
Declared at: llvm/include/llvm/Support/TrailingObjects.h:376