![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DirectedGraph.h>
Inheritance diagram for uLang::TDiGraphConstTopologicalIterator< InElementType >:Public Types | |
| using | Super = TDiGraphTopologicalIterator_Base< InElementType > |
| using | DiGraphType = typename Super::DiGraphType |
Public Types inherited from uLang::TDiGraphTopologicalIterator_Base< InElementType > | |
| using | DiGraphType = TDirectedGraph< InElementType > |
Public Member Functions | |
| TDiGraphConstTopologicalIterator (const DiGraphType &InContainer) | |
| TDiGraphConstTopologicalIterator & | operator++ () |
| const InElementType & | operator* () |
| const InElementType * | operator-> () const |
| void | Reset () |
Public Member Functions inherited from uLang::TDiGraphTopologicalIterator_Base< InElementType > | |
| TDiGraphTopologicalIterator_Base (const DiGraphType &InContainer) | |
| operator bool () const | |
| DiGraphType::NodeId | SkipCurrent () |
| void | Enqueue (TArray< typename DiGraphType::NodeId > &&NodesToVisit) |
Additional Inherited Members | |
Protected Member Functions inherited from uLang::TDiGraphTopologicalIterator_Base< InElementType > | |
| void | Increment (const DiGraphType &Container) |
| DiGraphType::NodeId | CurrentNodeIndex () const |
| void | Reset (const DiGraphType &Container) |
Const iterator for directed-graph elements.
| using uLang::TDiGraphConstTopologicalIterator< InElementType >::DiGraphType = typename Super::DiGraphType |
| using uLang::TDiGraphConstTopologicalIterator< InElementType >::Super = TDiGraphTopologicalIterator_Base<InElementType> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |