Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/TPsoLruCache
Inheritance Hierarchy
- TPsoLruCache::TBaseIterator
- TPsoLruCache::TConstIterator
- TPsoLruCache::TIterator
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PsoLruCache.h |
| Include | #include "PsoLruCache.h" |
Syntax
template<bool Const>
class TBaseIterator
Remarks
Base class for cache iterators.
Iteration begins at the most recent entry.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBaseIterator
(
const TPsoLruCache& Cache |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator! () |
||
| ValueType & | operator* () |
||
| TBaseIterator & | operator++ () |
||
| ValueType & | operator-> () |