Navigation
API > API/Runtime > API/Runtime/uLangCore
Const iterator for directed-graph elements.
| Name | TDiGraphConstTopologicalIterator |
| 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 TDiGraphConstTopologicalIterator : public uLang::TDiGraphTopologicalIterator_Base< InElementType >
Inheritance Hierarchy
- TDiGraphTopologicalIterator_Base → TDiGraphConstTopologicalIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDiGraphConstTopologicalIterator
(
const 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 | const 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 |
|---|---|---|---|
const InElementType & operator*() |
uLang/Common/Containers/DirectedGraph.h | ||
TDiGraphConstTopologicalIterator & operator++() |
uLang/Common/Containers/DirectedGraph.h | ||
const InElementType * operator->() |
uLang/Common/Containers/DirectedGraph.h |