LLVM 19.0.0git
Public Member Functions | List of all members
llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorageOwner Class Reference

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

#include "llvm/Support/TrailingObjects.h"

Public Member Functions

 FixedSizeStorageOwner (BaseTy *p)
 
 ~FixedSizeStorageOwner ()
 
BaseTyget ()
 
const BaseTyget () const
 

Detailed Description

template<typename BaseTy, typename... TrailingTys>
class llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorageOwner

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

Definition at line 362 of file TrailingObjects.h.

Constructor & Destructor Documentation

◆ FixedSizeStorageOwner()

template<typename BaseTy , typename... TrailingTys>
llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorageOwner::FixedSizeStorageOwner ( BaseTy p)
inline

Definition at line 364 of file TrailingObjects.h.

◆ ~FixedSizeStorageOwner()

template<typename BaseTy , typename... TrailingTys>
llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorageOwner::~FixedSizeStorageOwner ( )
inline

Definition at line 365 of file TrailingObjects.h.

References assert().

Member Function Documentation

◆ get() [1/2]

template<typename BaseTy , typename... TrailingTys>
BaseTy * llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorageOwner::get ( )
inline

Definition at line 370 of file TrailingObjects.h.

◆ get() [2/2]

template<typename BaseTy , typename... TrailingTys>
const BaseTy * llvm::TrailingObjects< BaseTy, TrailingTys >::FixedSizeStorageOwner::get ( ) const
inline

Definition at line 371 of file TrailingObjects.h.


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