Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Base class for cache iterators.
Iteration begins at the most recent entry.
| Name | TBaseIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include Path | #include "PsoLruCache.h" |
Syntax
template<bool Const>
class TBaseIterator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PsoLruCache.h | |||
TBaseIterator
(
const TPsoLruCache& Cache |
PsoLruCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentEntry | FCacheEntry * | PsoLruCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
KeyType & Key() |
PsoLruCache.h | ||
ValueType & Value() |
PsoLruCache.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCacheEntry * GetCurrentEntry() |
PsoLruCache.h | ||
void Increment() |
PsoLruCache.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
PsoLruCache.h | ||
bool operator!() |
PsoLruCache.h | ||
ValueType & operator*() |
PsoLruCache.h | ||
TBaseIterator & operator++() |
PsoLruCache.h | ||
ValueType & operator->() |
PsoLruCache.h |