clang 22.0.0git
Public Attributes | List of all members
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...

Public Attributes

OriginLoanMap::Factory OriginMapFactory
 
LoanSet::Factory LoanSetFactory
 
ExpiredLoanMap::Factory ExpiredLoanMapFactory
 

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 799 of file LifetimeSafety.cpp.

Member Data Documentation

◆ ExpiredLoanMapFactory

ExpiredLoanMap::Factory clang::lifetimes::internal::LifetimeFactory::ExpiredLoanMapFactory

Definition at line 802 of file LifetimeSafety.cpp.

◆ LoanSetFactory

LoanSet::Factory clang::lifetimes::internal::LifetimeFactory::LoanSetFactory

Definition at line 801 of file LifetimeSafety.cpp.

◆ OriginMapFactory

OriginLoanMap::Factory clang::lifetimes::internal::LifetimeFactory::OriginMapFactory

Definition at line 800 of file LifetimeSafety.cpp.


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