Navigation
API > API/Runtime > API/Runtime/Core
TDeque iterator class.
| Name | TIteratorBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Deque.h |
| Include Path | #include "Containers/Deque.h" |
Syntax
template<typename InElementType, typename InSizeType>
class TIteratorBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/Deque.h | |||
TIteratorBase
(
ElementType* Data, |
Internal parameter constructor (used exclusively by the container). | Containers/Deque.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementType | InElementType | Containers/Deque.h | |
| SizeType | InSizeType | Containers/Deque.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | ElementType * | Containers/Deque.h | ||
| Offset | SizeType | Containers/Deque.h | ||
| Range | SizeType | Containers/Deque.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & Dereference() |
Containers/Deque.h | ||
bool Equals
(
const TIteratorBase& Other |
Containers/Deque.h | ||
void Increment() |
Containers/Deque.h |