Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
Inheritance Hierarchy
- TMapBase::TBaseIterator
- TMapBase::TConstIterator
- TMapBase::TIterator
- TSparseArray::TConstIterator
- TSparseArray::TRangedForConstIterator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
Syntax
template<bool bConst, bool bRangedFor>
class TBaseIterator
Remarks
The base of TMapBase iterators.
Variables
| Type | Name | Description | |
|---|---|---|---|
| PairItType | PairIt |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBaseIterator
(
const PairItType& InElementIt |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSetElementId | GetId () |
||
| ItKeyType & | Key () |
||
| ItValueType & | Value () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Conversion to "bool" returning true if the iterator is valid. | |||
| bool | operator! () |
Inverse of the "bool" operator | |
| bool | operator!=
(
const TBaseIterator& Rhs |
||
| PairType & | operator* () |
||
| TBaseIterator & | operator++ () |
||
| bool | operator==
(
const TBaseIterator& Rhs |
||
| PairType * | operator-> () |
Typedefs
| Name | Description |
|---|---|
| ItKeyType | |
| ItValueType | |
| MapType | |
| PairItType | |
| PairType |