![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PsoLruCache.h>
Inheritance diagram for TPsoLruCache< KeyType, ValueType >::TConstIterator:Public Member Functions | |
| TConstIterator () | |
| TConstIterator (const TPsoLruCache &Cache) | |
Public Member Functions inherited from TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const > | |
| TBaseIterator () | |
| TBaseIterator (const TPsoLruCache &Cache) | |
| TBaseIterator & | operator++ () |
| ValueType & | operator-> () const |
| ValueType & | operator* () const |
| operator bool () const | |
| bool | operator! () const |
| KeyType & | Key () const |
| ValueType & | Value () const |
Additional Inherited Members | |
Protected Member Functions inherited from TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const > | |
| FCacheEntry * | GetCurrentEntry () |
| void | Increment () |
Cache iterator (const).
|
inline |
|
inline |