Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Cache iterator.
| Name | TIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
Syntax
class TIterator : public TLruCache< KeyType, ValueType, KeyComp >::TBaseIterator< false >
Inheritance Hierarchy
- TLruCache::TBaseIterator → TLruCache::TIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIterator () |
Containers/LruCache.h | ||
| Containers/LruCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Cache | TLruCache * | Containers/LruCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCurrentAndIncrement() |
Removes the current element from the cache and increments the iterator. | Containers/LruCache.h |