Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
AlgoImpl::FMutuallyReachableVertexSetContext Struct Reference

#include <KahnTopologicalSort.h>

+ Collaboration diagram for AlgoImpl::FMutuallyReachableVertexSetContext:

Public Attributes

TSet< FKahnHandleVisitedReferences
 
TSet< FKahnHandleVisitedDependencies
 
TSet< FKahnHandleMaximalMRVS
 
TSet< FKahnHandleCulprits
 
TArray< FKahnHandleStack
 
TArray< FKahnHandleCycle
 

Detailed Description

Scratch variables shared across multiple calls to FindMostIndependentMutuallyReachableVertexSet

Definition at line 25 of file KahnTopologicalSort.h.

Member Data Documentation

◆ Culprits

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Culprits

Definition at line 30 of file KahnTopologicalSort.h.

◆ Cycle

TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Cycle

Definition at line 32 of file KahnTopologicalSort.h.

◆ MaximalMRVS

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::MaximalMRVS

Definition at line 29 of file KahnTopologicalSort.h.

◆ Stack

TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Stack

Definition at line 31 of file KahnTopologicalSort.h.

◆ VisitedDependencies

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedDependencies

Definition at line 28 of file KahnTopologicalSort.h.

◆ VisitedReferences

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedReferences

Definition at line 27 of file KahnTopologicalSort.h.


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