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