LLVM  8.0.1
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 ()
 
BaseTy * get ()
 
const BaseTy * get () 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 378 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 380 of file TrailingObjects.h.

◆ ~FixedSizeStorageOwner()

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

Definition at line 381 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 386 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 387 of file TrailingObjects.h.


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