Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TManagedStorage
DO NOT USE DIRECTLY STL-like iterators to enable range-based for loop support.
NOT thread safe.
| Name | TBaseRangeForIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoopManagedStorage.h |
| Include Path | #include "EventLoop/EventLoopManagedStorage.h" |
Syntax
template<bool bConst>
class TBaseRangeForIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBaseRangeForIterator
(
StorageIteratorType InStorageIterator |
EventLoop/EventLoopManagedStorage.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InternalElementType | std::conditional_t< bConst, const ElementType, ElementType > | EventLoop/EventLoopManagedStorage.h | |
| ItElementType | TPair< FInternalHandle, InternalElementType & > | EventLoop/EventLoopManagedStorage.h | |
| StorageIteratorType | std::conditional_t< bConst, typename FStorageType::TRangedForConstIterator, typename FStorageType::TRangedForIterator > | EventLoop/EventLoopManagedStorage.h | |
| TInternalIterator | typename FStorageType::TRangedForIterator | EventLoop/EventLoopManagedStorage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementAccess | TOptional< ItElementType > | EventLoop/EventLoopManagedStorage.h | ||
| StorageIterator | StorageIteratorType | EventLoop/EventLoopManagedStorage.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | EventLoop/EventLoopManagedStorage.h | |
bool operator!() |
Inverse of the "bool" operator | EventLoop/EventLoopManagedStorage.h | |
bool operator!=
(
const TBaseRangeForIterator& Rhs |
EventLoop/EventLoopManagedStorage.h | ||
ItElementType & operator*() |
EventLoop/EventLoopManagedStorage.h | ||
TBaseRangeForIterator & operator++() |
EventLoop/EventLoopManagedStorage.h | ||
bool operator==
(
const TBaseRangeForIterator& Rhs |
EventLoop/EventLoopManagedStorage.h | ||
ItElementType * operator->() |
EventLoop/EventLoopManagedStorage.h |