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