Navigation
API > API/Runtime > API/Runtime/uLangCore
Base functionality for both const and non-const directed-graph iterators.
| Name | TDiGraphTopologicalIterator_Base |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/DirectedGraph.h |
| Include Path | #include "uLang/Common/Containers/DirectedGraph.h" |
Syntax
template<typename InElementType>
struct TDiGraphTopologicalIterator_Base
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDiGraphTopologicalIterator_Base
(
const DiGraphType& InContainer |
uLang/Common/Containers/DirectedGraph.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DiGraphType | TDirectedGraph< InElementType > | uLang/Common/Containers/DirectedGraph.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _NodesToVisit | TArray< typename DiGraphType::NodeId > | uLang/Common/Containers/DirectedGraph.h | ||
| _VisitCounters | TArray< int32_t > | uLang/Common/Containers/DirectedGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Enqueue
(
TArray< typename DiGraphType::NodeId >&& NodesToVisit |
uLang/Common/Containers/DirectedGraph.h | ||
DiGraphType::NodeId SkipCurrent () |
This automatically increments the iterator to the next element. | uLang/Common/Containers/DirectedGraph.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DiGraphType::NodeId CurrentNodeIndex() |
uLang/Common/Containers/DirectedGraph.h | ||
void Increment
(
const DiGraphType& Container |
uLang/Common/Containers/DirectedGraph.h | ||
void Reset
(
const DiGraphType& Container |
uLang/Common/Containers/DirectedGraph.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
uLang/Common/Containers/DirectedGraph.h |