Navigation
API > API/Runtime > API/Runtime/uLangCore
Iterator for directed-graph elements.
| Name | TDiGraphTopologicalIterator |
| 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 : public uLang::TDiGraphTopologicalIterator_Base< InElementType >
Inheritance Hierarchy
- TDiGraphTopologicalIterator_Base → TDiGraphTopologicalIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDiGraphTopologicalIterator
(
DiGraphType& InContainer |
uLang/Common/Containers/DirectedGraph.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DiGraphType | typename Super::DiGraphType | uLang/Common/Containers/DirectedGraph.h | |
| Super | TDiGraphTopologicalIterator_Base< InElementType > | uLang/Common/Containers/DirectedGraph.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Container | DiGraphType & | uLang/Common/Containers/DirectedGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
uLang/Common/Containers/DirectedGraph.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InElementType & operator*() |
uLang/Common/Containers/DirectedGraph.h | ||
TDiGraphTopologicalIterator & operator++() |
uLang/Common/Containers/DirectedGraph.h | ||
InElementType * operator->() |
uLang/Common/Containers/DirectedGraph.h |