Ark Server API (ASA) - Wiki
|
#include <KahnTopologicalSort.h>
Public Attributes | |
TSet< FKahnHandle > | VisitedReferences |
TSet< FKahnHandle > | VisitedDependencies |
TSet< FKahnHandle > | MaximalMRVS |
TSet< FKahnHandle > | Culprits |
TArray< FKahnHandle > | Stack |
TArray< FKahnHandle > | Cycle |
Scratch variables shared across multiple calls to FindMostIndependentMutuallyReachableVertexSet
Definition at line 25 of file KahnTopologicalSort.h.
TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Culprits |
Definition at line 30 of file KahnTopologicalSort.h.
TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Cycle |
Definition at line 32 of file KahnTopologicalSort.h.
TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::MaximalMRVS |
Definition at line 29 of file KahnTopologicalSort.h.
TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Stack |
Definition at line 31 of file KahnTopologicalSort.h.
TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedDependencies |
Definition at line 28 of file KahnTopologicalSort.h.
TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedReferences |
Definition at line 27 of file KahnTopologicalSort.h.