clang 23.0.0git
clang::lifetimes::internal::LifetimeFactory Struct Reference

An object to hold the factories for immutable collections, ensuring that all created states share the same underlying memory management. More...

#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeSafety.h"

Public Attributes

OriginLoanMap::Factory OriginMapFactory {false}
LoanSet::Factory LoanSetFactory {false}
MovedLoansMap::Factory MovedLoansMapFactory {false}
LivenessMap::Factory LivenessMapFactory {false}

Detailed Description

An object to hold the factories for immutable collections, ensuring that all created states share the same underlying memory management.

Definition at line 173 of file LifetimeSafety.h.

Member Data Documentation

◆ LivenessMapFactory

LivenessMap::Factory clang::lifetimes::internal::LifetimeFactory::LivenessMapFactory {false}

Definition at line 177 of file LifetimeSafety.h.

◆ LoanSetFactory

LoanSet::Factory clang::lifetimes::internal::LifetimeFactory::LoanSetFactory {false}

Definition at line 175 of file LifetimeSafety.h.

◆ MovedLoansMapFactory

MovedLoansMap::Factory clang::lifetimes::internal::LifetimeFactory::MovedLoansMapFactory {false}

Definition at line 176 of file LifetimeSafety.h.

◆ OriginMapFactory

OriginLoanMap::Factory clang::lifetimes::internal::LifetimeFactory::OriginMapFactory {false}

Definition at line 174 of file LifetimeSafety.h.


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