![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LruCache.h>
Public Member Functions | |
| UE_FORCEINLINE_HINT | TBaseIterator () |
| UE_FORCEINLINE_HINT | TBaseIterator (const TLruCache &Cache) |
| TBaseIterator & | operator++ () |
| UE_FORCEINLINE_HINT bool | operator== (const TBaseIterator &Rhs) const |
| UE_FORCEINLINE_HINT bool | operator!= (const TBaseIterator &Rhs) const |
| ValueType & | operator-> () const |
| ValueType & | operator* () const |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| KeyType & | Key () const |
| ValueType & | Value () const |
Protected Member Functions | |
| FCacheEntry * | GetCurrentEntry () |
| void | Increment () |
Base class for cache iterators.
Iteration begins at the most recent entry.
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |